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

The documentation for the services markdown is wrong, please adjust. In documentation ``` _type: markdown content: >- Watchman report Missing Services: {{ states.sensor.watchman_missing_services.state }} {%- for item in state_attr("sensor.watchman_missing_services", "services")...

Hi! Anyone knows about this problem? I get more than 1500 warnings per day in the log, about this... Any solution? `State attributes for sensor.watchman_missing_entities exceed maximum size of 16384...

The code for the Services Markdown Card in the README.md incorrectly lists "services" as the attribute being pulled rather than "entities". The correct code should look like this: ``` type:...

change Markdown card code for services attribute from "services" to "entities"

Hello, if you work with many !include... options sometimes it is difficult to understand why the configuration is not working. Or just want to see all together for debugging purposes....

Just reporting, in case this is something to be adjusted: I have several sensors declared as `binary_sensor:` under the `mqtt:` integration that are showing as unknown in the report. See...

I did what you made but with a bunch of sensors and group of entities. I would love if I could add the group name and it sees the entities...

Hello, I recently restored my HA instance and as a result, my Watchman integration was not loading. I tried to reinstall the integration and I would get this error: Config...

Hi, I uninstalled watchman via HACS. The watchman directory in custom_components has been deleted. The sensors have been deleted. I no longer have any reference to watchman in HA and...

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...