Skip to content

1.0.0

Compare
Choose a tag to compare
@palazzem palazzem released this 12 Sep 09:14
· 98 commits to main since this release
9f7fea2

What's Changed

This release introduces a breaking change that updates the entity_id for all collected sensors, sectors, and metrics. This alteration became necessary because there was no namespacing in our default Entity IDs, leading to potential future clashes.

If you are upgrading from a 0.x version to 1.0.0+, you must follow our migration guidelines. If not, simply install the integration by downloading it (refer to the bottom of the release notes) or use a HACS custom repository.

Bugfixes

  • Fixed a bug where transitioning from one state to another (e.g., Home -> Vacation) would update the UI to the "Away" state. (#32)
  • Users can now deactivate previously enabled alarm modes (Vacation, Home, Night) by altering the configuration in the integration options page. (#35)
  • The build runner now offers a zip package instead of a tar.gz, making the installation on Windows easier. (#39)

Features

  • Added HACS support. Now, the integration can be installed using a HACS custom repository. Special thanks to @gervaso! (#31)
  • Introduced support for IESS Metronet systems. During installation, you can now choose your system. (#26)
  • Incorporated the AlarmDevice component to manage all state transitions and caching. (#28)
  • Added "Vacation" mode support. (#34)
  • Included Italian translations. (#42)

Documentation

  • Refined the installation form and documentation for clearer explanations regarding the domain setting. (#43)
  • Updated Elmo/IESS references in the README.md with the latest screenshots. (#46)

Breaking Changes

  • Transitioned the integration to the elmo_iess_alarm namespace. All sensors, sectors, and metrics now have the prefix binary_sensor.elmo_iess_alarm_*. (#44)

New Contributors

We'd like to extend our gratitude to a new contributor!

Explore the full changeset and the release milestone.