thewatchman icon indicating copy to clipboard operation
thewatchman copied to clipboard

Home Assistant custom integration to keep track of missing entities and services in your config files

Results 70 thewatchman issues
Sort by recently updated
recently updated
newest added

Corrected some spelling errors

The configuration files I have in my HA instance have "example" keys which have values that do not exist in my instance (as they are used purely as an example)...

Running HA 2022.07.05 and Watchman 0.6.0. As the title says, the report sent is always the previous report. Would it be possible to configure a slight delay before the notify...

Hello. Thank you for your kindness. The following error occurs: --------------------------------------------------------------------------------------------- Logger: homeassistant.config_entries Source: custom_components/watchman/utils.py:255 Integration: Watchman ([documentation](https://github.com/dummylabs/thewatchman), [issues](https://github.com/dummylabs/thewatchman/issues)) First occurred: 11:19:42 (1 occurrences) Last logged: 11:19:42 Error setting up...

Special report mode to detect entities which are not used by the configuration. It's aimed to detect and remove orphaned/unused entities from the HA database.

enhancement

Prior to upgrading to 0.6, I was able to email a report with the service call below. ``` service: watchman.report data: create_file: false send_notification: true parse_config: true service: notify.smtp_matt data:...

The readme example on how to create markdown for missing services is no longer correct. It iterates over a services attribute, which is now called entities. (That or the attribute...

Since watchman catches up every state change of every entity from configuration files, we can fire up a custom event with entity name, which was changed, and its context. The...

enhancement

As I understand, `ignored_states` and `ignored_items` work independently. Thus, if there is something in `ignored_items` -- let's say `"button.*"` for example, then all buttons are always ignored -- likewise, if...

enhancement

Would be kind of cool to have the report as exploreable dynamic dashboard listing the elements which have issues :)

enhancement
help wanted