v1.1.1
Release 1.1.1
This is a minor corrective release (Patch) that resolves a critical native validation bug introduced in Home Assistant, along with an update to the official documentation regarding best practices.
🐛 Bug Fixes & Stability
- Critical Fix: Entity Service Schema Validation
Resolved a blocking crash (registers an entity service with a non entity service schema) that occurred right at the start of the integration initialization on recent versions of Home Assistant. Theget_logservice was not validating correctly, causing the silent failure of the entirealarm_control_panelplatform and forcing the alarm state to becomeunavailable. The schema has now been perfectly adapted to strict HA standards (cv.make_entity_service_schema).
📚 Documentation (Docs)
- Custom Polling Interval Best Practices
Added an advanced section to theREADME.mdto guide users on how to natively customize the alarm update frequency (POLL_INTERVAL). This demonstrates using system automations and disabling default polling, fully complying with official HA Architectural Guidelines.
It is highly recommended that all users running recent versions of Home Assistant, or those experiencing an unavailable state, upgrade to this release immediately.
Full Changelog: v1.1.0...v1.1.1