Summary
Add support for the Watchman HACS integration to display entity health status in Dashview.
What is Watchman?
Watchman is a powerful HACS integration that checks all services and entities in Home Assistant and reports those that are:
- Missing
- Unavailable
- Not responding
This helps users proactively identify and fix problems before automations and dashboards stop working.
Proposed Feature
Display Watchman's entity health information in Dashview, potentially including:
- Admin Panel: Show a health summary with count of problematic entities
- Room View: Indicate when devices in a room have issues (e.g., unavailable sensors)
- Notification Badge: Alert users when Watchman detects problems
Use Cases
- Proactive Maintenance: Users see at a glance if any devices need attention
- Troubleshooting: Quickly identify which room has problematic devices
- Battery Alerts: Watchman can detect sensors that went offline (often due to dead batteries)
Technical Notes
- Watchman creates sensors like
sensor.watchman_missing_entities and sensor.watchman_unavailable_entities
- Entity lists are available as sensor attributes
- Integration is optional - Dashview should gracefully handle when Watchman is not installed
References
Summary
Add support for the Watchman HACS integration to display entity health status in Dashview.
What is Watchman?
Watchman is a powerful HACS integration that checks all services and entities in Home Assistant and reports those that are:
This helps users proactively identify and fix problems before automations and dashboards stop working.
Proposed Feature
Display Watchman's entity health information in Dashview, potentially including:
Use Cases
Technical Notes
sensor.watchman_missing_entitiesandsensor.watchman_unavailable_entitiesReferences