️ Is your Home Assistant setup quietly breaking behind the scenes?
Meet HACSIntegration Watchman—a must-have integration that scans your system for broken links, missing entities, and misbehaving automations. (A good addition to SystemMonitor)
In this step-by-step guide, I’ll show you how to:
✔️ Install HACS Watchman
✔️ Create a clean, useful dashboard card for system issues
✔️ Write a script that auto-checks your setup every day
Why Watchman? Because surprises are fun—just not in your smart home.
Have you used Watchman before? Got a dashboard trick to share?
Drop it in the comments and let’s troubleshoot on porpoise
Watchman Repository if you need it https://github.com/dummylabs/thewatchman
Lovelace Card Repository https://github.com/thomasloven/lovelace-card-mod
Code for Template Sensor *** You need to change ‘GT’ to the greater than sign {{ int(((as_timestamp(now().strftime(‘%Y-%m-%d %H:%M:%S’) )) – (as_timestamp((states(‘sensor.watchman_last_updated’)) ))) / 86400 *24) GT= int(states(‘input_number.watchman_hours’))}}
