Skip to content

v1.1.1

Choose a tag to compare

@bigmoby bigmoby released this 27 Mar 15:05

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. The get_log service was not validating correctly, causing the silent failure of the entire alarm_control_panel platform and forcing the alarm state to become unavailable. 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 the README.md to 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