dummylabs / thewatchman

Home Assistant custom integration to keep track of missing entities and services in your config files
MIT License
456 stars 18 forks source link

Support person entities #133

Open felipecrs opened 3 months ago

felipecrs commented 3 months ago

Looks like all person entities are always reported as unknown.

dummylabs commented 2 months ago

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

felipecrs commented 2 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