Releases: nervetattoo/simple-thermostat
Releases · nervetattoo/simple-thermostat
v2.3.0
2.3.0 (2021-04-11)
Bug Fixes
- Attempt to reduce errors in editor. Ref #233 (27e3b00)
- Better check for min/max temp and disabling buttons (8bd3a47), closes #159
- HACS compliance with name in hacs.json (5c6635f), closes #242
- Only show state string if hvac_action is empty (a7638b3)
Features
- Support for sensors of type relativetime (ed80791)
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2021-04-05)
Bug Fixes
- Attempt to hide unit when there is no value present. Fixes #210 (355ec41)
- Bring back support for name:false (f39a56d), closes #227
- Dont display unit as string false for current temp. (9de34db), closes #213
- Slightly improve responsiveness of setpoint vs sensors (a92afa6)
- Translation of sensor state and state/temperature (c890771), closes #122 #191 #215
Features
- Fine grained setpoint control (d221728), closes #216
- Move all header configuration to a new header section (7f66a55)
- Move top level layout options in control to new layout option (629fc36)
- New layout config option (e0f461c)
- Support custom domain/service calls and passing extra data. Fixes #211 (9ee1af9)
BREAKING CHANGES
- control._names, control._icons, control._headings are
moved to layout.mode.{names,icons,headings} - step_layout is moved under layout.step
- hide.setpoint is removed
- name, icon, faults and toggle_entity moved into the new
header option