Skip to content

v3.0.0

Choose a tag to compare

@figorr figorr released this 14 Sep 21:30

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_id instead of region_id in their unique_id.
  • This change allows multiple integration entries that share the same region_id but different towns.

✅ Recommended upgrade procedure

To avoid issues with duplicated or unavailable entities:

  1. Uninstall the existing integration (v2.x).
    🔗 See Uninstallation Guide for the proper way of removing prior versions.
  2. Restart Home Assistant.
  3. 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)

Contributors: