Skip to content

Releases: nervetattoo/simple-thermostat

v2.3.0

11 Apr 19:55
Compare
Choose a tag to compare

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

10 Apr 19:11
Compare
Choose a tag to compare

2.2.2 (2021-04-10)

Bug Fixes

v2.2.1

08 Apr 21:43
Compare
Choose a tag to compare

2.2.1 (2021-04-08)

Bug Fixes

  • Hiding all setpoints didn't actually work (3bc227c)

v2.2.0

08 Apr 21:31
Compare
Choose a tag to compare

2.2.0 (2021-04-08)

Bug Fixes

  • editor: Decimals/step_size should be numbers (082726c)

Features

  • editor: Support toggling mode names/icons/headings (b39aaf1)

v2.1.1

08 Apr 20:49
Compare
Choose a tag to compare

2.1.1 (2021-04-08)

Bug Fixes

  • Unbreak custom names/icons for mode values (2d1b98a), closes #235

v2.1.0

07 Apr 20:29
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

2.1.0 (2021-04-07)

Features

  • Show state + hvac_action for state sensor. Fixes #190 (5bf17b6)
  • Support specifying decimals for numeric sensors (52d0dc4), closes #165

v2.0.1

07 Apr 19:14
Compare
Choose a tag to compare

2.0.1 (2021-04-07)

Bug Fixes

  • Potential issues with HVAC modes and include (e388d21)

v2.0.0

05 Apr 19:10
6ec1cfd
Compare
Choose a tag to compare

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

v1.0.2

30 Mar 19:38
Compare
Choose a tag to compare

1.0.2 (2021-03-30)

Bug Fixes

  • show_header set to false working again. Fixes #223 (6e5a97e)

v1.0.1

30 Mar 13:48
Compare
Choose a tag to compare

1.0.1 (2021-03-30)

Bug Fixes

  • Try to fix semantic release (97044e3)