GREE Controller 0.15.9

This commit is contained in:
Mateusz Gruszczyński
2026-09-19 21:37:52 +02:00
parent f43ea2bbc4
commit 03d033837e
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 0.15.9
- Visual Flow `on_change` events are now latched while their upstream condition remains true and are acknowledged only after the downstream action executes successfully, so cooldowns, ownership suppression and same-cycle target conflicts no longer silently consume a change event.
- Rolling mean/median blocks now require one complete configured time window after their runtime window starts or restarts before they can match; unavailable sources reset the rolling window instead of reusing partial history.
- Thermostat action summaries now show explicit power and HVAC mode alongside the preset/target, so `power=false` is displayed as OFF instead of looking like a preset-only Auto action.
- The Flow canvas adds drag-box multi-selection, keeps Shift/Ctrl/Cmd additive selection and moves the whole selection together.
- Selected Flow blocks can be copied/pasted or duplicated with internal connections preserved; Ctrl/Cmd+C, Ctrl/Cmd+V and Ctrl/Cmd+D are supported.
## 0.15.8
- Visual Flow exports now include the Shared Input definitions referenced by the graph.