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

I think Watchman may be incorrectly reporting missing entities in my ESPHome configs. The following are the errors reported and attached is the yaml config in question. My switch compiles...

I would love to add a custom logo for dark backgrounds and improve the current logo with transparency, could you provide the current logo source file? Preferably a vector image...

enhancement

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

I have an automation that contains: ``` - service: cover.close_cover data: {} target: entity_id: cover.living_room_blinds ``` Something went wrong with my blinds, and they are all unavailable now, but not...

I have been using pyscript for my automations, as well as YAML. I thought that I would mention that watchman does a pretty good job of scanning python files and...

In `services.yaml`, integrations can specify a `supported_features` key to filter entities. Here an example: ```yaml backup: name: Backup description: Backup the ESPSomfy Device target: entity: integration: espsomfy_rts domain: button supported_features:...

enhancement

Looks like all person entities are always reported as unknown.

Looks like all remote entities are always reported as unknown.

Update the markdown YAML to handle cases where the sensors report 0 issues. Fixes #122

The current comment_pattern only works for those lines where the comment character (#) is at the start of the line. This change extends the pattern to also match those lines...