palazzem / ha-econnect-alarm

Home Assistant integration that provides a full-fledged Alarm Panel to control your Elmo/IESS alarm systems.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

refactor!: migrate the integration to `elmo_iess_alarm` namespace #44

Closed palazzem closed 9 months ago

palazzem commented 9 months ago

Related Issues

Proposed Changes:

This PR introduces major changes in how sensors, sectors and alarms are registered in the system. It updates:

This change is a breaking change and requires:

  1. Uninstall the previous integration
  2. Install the new version
  3. Update all dashboards/cards to use the new entity_id (updates can be done through the UI)

Testing:

Follow the breaking change suggestion.

Extra Notes (optional):

As this change breaks current installations, we're providing a migration guideline in the changelog.

Checklist