v1.32.0 (2026-02-25)
Features
- Home Assistant MQTT Discovery -- Native integration that auto-discovers Scrutiny drives in Home Assistant (#279, #280)
- Each drive appears as an HA device with sensors for temperature, health status, power-on hours, power cycle count, and a problem binary sensor
- Push-based -- state updates published on each S.M.A.R.T data upload, no polling
- Uses standard HA MQTT Discovery protocol, no custom components needed
- Device labels are used as HA device names when set, with instant updates on label change
- Archived/deleted devices automatically removed from HA
- LWT (Last Will and Testament) for automatic unavailability detection
- Configure via
web.mqtt.*inscrutiny.yamlorSCRUTINY_WEB_MQTT_*environment variables
Bug Fixes
- Use device label as HA device name when set (prioritize custom labels over model names)
Documentation
- Added Home Assistant Integration section to README with configuration, entities, behavior, and troubleshooting
- Added MQTT environment variable examples to docker-compose files
- Added MQTT troubleshooting section to notifications troubleshooting guide
- Added MQTT configuration section to manual install guide