-
Notifications
You must be signed in to change notification settings - Fork 2
Breaking Changes
figorr edited this page Sep 14, 2025
·
5 revisions
Version 3.0.0 and later introduces a breaking change in how entities are identified.
- This affects any update from a version prior to 3.0.0 to any version 3.x or later.
- This change may affect existing dashboards, automations, and scripts.
- Entities now use
town_idinstead ofregion_idin theirunique_id. - This change allows multiple integration entries that share the same
region_idbut different towns.
To avoid issues with duplicated or unavailable entities:
-
Uninstall the existing integration (v2.x).
🔗 See Uninstallation for the proper way of removing prior versions. - Restart Home Assistant.
- Install v3.0.0 and configure the integration again.
If you update without uninstalling first:
- Old entities will remain as Unavailable.
- New entities will be created (sometimes with a suffix like
2). - You may need to manually remove old entities and update your automations, dashboards, or scripts to point to the new entities.
- This change affects all entity types, including sensors, diagnostic sensors, and alerts.
- Always backup your Home Assistant configuration before performing major upgrades.
⬅️ Home | ➡️ Installation