Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 04:59

1.0.0 (2026-03-07)

NOTE: This is a major release and has breaking changes.
You should:

  • Configure the integration again to set zone names and presets
  • Recommend you remove and re-add the actron card

⚠ BREAKING CHANGES

  • Lovelace card configuration has changed. The card now
    requires a climate_entity instead of entity_prefix and zone_count.
    Zone naming and preset configuration has moved to the integration's
    config/options flow.
  • Add zone_names and custom_presets to integration config/options
  • Add config entry migration from v1 to v2
  • Simplify Lovelace card editor to a single climate entity picker
  • Card reads zone names and count from climate entity attributes
  • Add preset_menu with add/remove preset steps in config flow

Features

  • add custom zone names and multi-zone presets (d10023c)