dummylabs / thewatchman

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

Notification only when there are unavailable entities #23

Closed jake404 closed 2 years ago

jake404 commented 2 years ago

Is there a way to get Watchman to send a notification only when there are entities that are unavailable?

dummylabs commented 2 years ago

Yes, you can use sensor.watchman_missing_entities in your automation and only send report when the value is above zero.

jake404 commented 2 years ago

That works, thanks.