dummylabs / thewatchman

Home Assistant custom integration to keep track of missing entities and actions in your config files
MIT License
475 stars 20 forks source link

Support person entities #133

Closed felipecrs closed 2 days ago

felipecrs commented 6 months ago

Looks like all person entities are always reported as unknown.

dummylabs commented 5 months ago

Could you share a snippet of a YAML file with the person declaration so we can troubleshoot this issue? Thanks!

felipecrs commented 5 months ago

Lovelace dashboard:

type: entities
entities:
  - entity: person.name_surname
    secondary_info: last-updated
  - entity: person.another_name_surname
    secondary_info: last-updated
  - entity: person.another_other_name_surname
    secondary_info: last-updated
title: Presença
state_color: false
show_header_toggle: true
dummylabs commented 2 days ago

Will be fixed in 0.6.4