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

Request: Check the new HA template sensors from the UI #103

Open PacmanForever opened 1 year ago

PacmanForever commented 1 year ago

Hi, first of all, many thanks for this project.

In the new HA release (2023.9) there is the possibility to create sensors based on templates from the UI.

More info here: https://www.home-assistant.io/blog/2023/09/06/release-20239/#template-sensors-from-the-ui

These templates are not stored in configuration.yaml, I think that are stored in database,

Therefore, they are not being checked.

ildar170975 commented 1 year ago

I think that are stored in database,

They are stored in "core.config_entries": изображение

I created some sensor: изображение Then set it to unavailable manually in Dev tools -> Set state, and Watchman does not see it.