v0.6.4
This commit is contained in:
+10
-2
@@ -1,8 +1,8 @@
|
||||
# GREE Controller v0.6.3 - build and validation report
|
||||
# GREE Controller v0.6.4 - build and validation report
|
||||
|
||||
## Scope
|
||||
|
||||
Version 0.6.3 includes the notification, reverse-proxy, mobile decimal-input, log filtering and thermostat-copy changes described below, the Rust type-safety hotfix for communication-failure notifications, and a clearer persistent visual state for the selected house climate mode.
|
||||
Version 0.6.4 includes the notification, reverse-proxy, mobile decimal-input, log filtering and thermostat-copy changes described below, the Rust type-safety hotfix for communication-failure notifications, and a clearer persistent visual state for the selected house climate mode.
|
||||
|
||||
## Implemented changes
|
||||
|
||||
@@ -114,3 +114,11 @@ Validation performed in the build environment:
|
||||
- The selected whole-house climate mode (Cool / Heat / Off) now has a persistent illuminated border, accent fill and glowing status dot.
|
||||
- The active mode is still derived from persisted `settings.house_mode`, so the highlight survives refreshes and reconnects.
|
||||
- Mode buttons now expose `aria-pressed` for an explicit accessible selected state.
|
||||
|
||||
## 0.6.4 Home Assistant zone thermostat naming
|
||||
|
||||
- Zone climate entities now use a descriptive entity name, `Thermostat`.
|
||||
- New zone entities are therefore created as `climate.<zone_name>_thermostat` instead of falling back to ambiguous numeric suffixes such as `_2`.
|
||||
- Existing zone climate registry entries are migrated on integration reload to the same scheme based on the zone's current name, fixing stale IDs left after zone renames (for example `climate.jan_2` for a zone currently named Igor).
|
||||
- Migration is collision-safe: if the desired `climate.<zone_name>_thermostat` ID is already occupied, the existing entity ID is retained and a warning is logged instead of overwriting another entity.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user