Skip to content

Releases: nervetattoo/simple-thermostat

Release 0.26.0

15 Oct 11:04
Compare
Choose a tag to compare

Climate compatibility and breaking config changes

This release aims at solving the broader climate domain compatibility issues.
It does so with breaking config changes that is documented in the README.
modes is gone and replaced with a control config that works similarly while supporting all types of modes.

This release is likely to contain bugs so please report them.

  • Rewrite how modes are handled to support HA 0.99+ (454558e)
  • Fix icon matching to use hvac_action and not state (4b83b23)
  • Upgrade all dependencies (b86f889)

Release 0.26.0-0

06 Aug 21:08
Compare
Choose a tag to compare
Release 0.26.0-0 Pre-release
Pre-release

Pre-release with basic support for 0.96 changes to climate devices.

  • 0.96 compatability changes: (26ea95b)
  • Updated for changes in HA 0.96 (f804ec5)
  • Add quotation marks around card type in examples. Fixes #53 (b5b36a2)
  • Bump ava, pretty-quick, release-it and @babel/core (8e7fd38)
  • Bump rollup packages (f7c9928)
  • Also minify tagged template literals and shave of a few more bytes (065c53f)
  • Remove custom_updater instructions (15ed54e)
  • Change styling of active mode button and make it more skinnable (bde17ac)

Release 0.25.0

23 May 18:32
Compare
Choose a tag to compare
  • Fix broken support for disabling state icon (4d30271)

Release 0.24.0

22 May 20:02
Compare
Choose a tag to compare
  • Tiny tweak to make changing temperatures an inch more reliable. Ref #41 (5059f53)
  • Support for configuring different regulation modes. Closes #33 (4a88b91)
  • Add card-modder example ref #48 (8b3263a)

Release 0.23.0

18 May 06:29
Compare
Choose a tag to compare
  • Round decimal part of numbers to avoid fp arithmic bugs. Fixes #45 (0813ff5)
  • CSS clean ups and better documentation of CSS vars for theming. Ref #48 (cc31bd7)
  • Support using an icon for sensors instead of a name. Fixes #49 (1e0075c)
  • Support entity+attribute combo for sensors. Fixes #50 (e8e9ad8)

Release 0.22.0

16 May 06:29
Compare
Choose a tag to compare
  • Improve number formatting and add test case for it (60776ce)
  • Refactor styles into using css tagged template from lit-element (a3c4fab)
  • Bump lit-element (e17a8cb)
  • Move index file into src folder (989b308)
  • Better and simpler debounce handling (7d470f1)
  • Add filesize reporting in build command (dcf7f32)

Release 0.21.0

22 Mar 21:30
Compare
Choose a tag to compare
  • Add support for specifying number of decimals to use. Fixes #30 (e7042e0)
  • Add default icon for fan mode. Fixes #36 (9668fd3)
  • Support setting sensors.*.unit for attributes. Fixes #39 (02c28bd)
  • Allow updates from hass to change thermostat mode between dual and single (3950c54)

Release 0.20.0

15 Mar 07:54
Compare
Choose a tag to compare
  • Support for overriding mode name or showing only icon or name. Fixes #32 (e7867a7)
  • Make name/icon clickable to open entity popover. Fixes #31 (e8c0b4f)
  • Add support for temperature range based devices. Ref #4 (4495218)

Release 0.19.0

07 Mar 01:02
Compare
Choose a tag to compare
  • Add support for blacklist/whitelist modes as well as configuring names + icons. Fixes #23 (95cd7a5)

Release 0.18.1

22 Feb 09:08
Compare
Choose a tag to compare
  • Improve active state in mode selector when mwc-button is used (b5ed893)
  • Simplify installation instructions for custom_updater (#26) (63c8103)