v3.0.0
3.0.0 (2025-09-14)
⚠️ BREAKING CHANGES
- Version 3.0.0 and later introduces a breaking change in how entities are identified.
⚠️ What this affects
- This affects any update from a version prior to 3.0.0 to any version 3.x or later.
- Entities now use
town_idinstead ofregion_idin theirunique_id. - This change allows multiple integration entries that share the same
region_idbut different towns.
✅ Recommended upgrade procedure
To avoid issues with duplicated or unavailable entities:
- Uninstall the existing integration (v2.x).
🔗 See Uninstallation Guide for the proper way of removing prior versions. - Restart Home Assistant.
- Install v3.0.0 or later and configure the integration again.
🚨 If you update directly
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.
📑 Additional notes
- This change affects all entity types, including sensors, diagnostic sensors, and alerts.
- Always backup your Home Assistant configuration before performing major upgrades.
ℹ️ More details:
Features
- change unique_id to use town_id (3a048ce)