dummylabs / thewatchman

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

Ignore entities or/and services #100

Open HaraldGithub opened 1 year ago

HaraldGithub commented 1 year ago

It's more a request than an issue. Please add a functionality to change/expand ignore list by special criteria's. If I'm absent from home, I switch off power supply of different devices (e.g. ALEXA, fan, ac, etc.). If I do this, the entities of this devices are recognized by watchman, but in this case it makes no sense. So, I'll create an automation to change the ignore-list by status "home/not_home". I would appreciate, if you'll add this feature to watchman. Thank you very much in advance! Harald

ildar170975 commented 1 year ago

Alternatively, in a similar scenario we may choose a different approach: -- the entities are keeping same data (even for unneeded devices); -- but the report in Markdown (which I would generate myself) would have only needed data.

This approach has its advantages & disadvantages...