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

Custom domains list pls #68

Open Traxeronus opened 1 year ago

Traxeronus commented 1 year ago

Hi, thanks for this integration, it is very helpful. I'd like to have an option to include "non standard" domains. F.e. I'm using "Variables" custom integration which creates a "variable.*" domain. Apparently WM ignores such a domains which are not out of the box. Thanks!

dummylabs commented 4 months ago

You're right, so far Watchman uses fixed list of entity domains. There were plans to get actual list of domains upon Home Assistant restart, will look into it.

felipecrs commented 1 day ago

@dummylabs I guess this will also be fixed by 0.6.4.

dummylabs commented 1 day ago

Not exactly. Version 0.6.4 will recognize domains (platforms) from Home Assistant's built-in integrations. Support for domains/platforms introduced by custom integrations needs to be implemented separately.