0.9.3 — Eco/reduced state still blocked temperature writes (#73)
No breaking config changes.
Fixed
WRONG_THERMOSTAT_GROUP_MODEwhen setting temperature on a room in
eco/reduced state (climate.py). 0.5.1 fixed the case where a room was
inAUTOMATIC(schedule) mode by dropping it toMANUALbefore writing
the setpoint, but the SHC independently rejects the same write whenever
the room'slow(eco/reduced) flag is set — e.g. triggered by an open
window, or by underfloor heating cutting out. That branch only ran when
an explicithvac_modewas passed toset_temperature; a bare call (the
common case — a script or automation just adjusting the setpoint) never
cleared it.async_set_temperaturenow clearslowitself first,
independent ofoperationMode, whenever the device reports it.