Skip to content

Releases: nervetattoo/simple-thermostat

Release 0.34.1

11 Feb 13:33
Compare
Choose a tag to compare
  • Add the state as a classname to for hacking the card with card-mod (9f0a92c)
  • Reuireq HA version in hacs.json and tell it to render readme for docs (8bb3a3d)
  • Bump to ava 3 and upgrade its babel usage as needed (394c85e)
  • Add screenshot and config of compact mode (dd5b6c8)

Release 0.34.0

11 Feb 07:16
Compare
Choose a tag to compare
  • Dont wrap sensor names. Fixes #101 (efa21c9)
  • Use slightly smaller font size for current value on smaller devices (6ae762a)
  • Maintenance: Move css to postcss imported css and clean up a bit (60825aa)
  • yarn.lock bumps (7f77c7b)
  • Add support for step_layout config property. Fix #99, ref #95 (01b9812)
  • Remove some old unused code (2d73acd)
  • Bump all dependencies (7a60ada)

Release 0.33.1

06 Jan 10:22
Compare
Choose a tag to compare
  • Fix #90. Always display decimals when rounding number (8e1511d)

Release 0.33.0

02 Jan 21:03
Compare
Choose a tag to compare
  • Fix override of unit for sensors. Fixes #86 (99c3033)
  • Heat state is now called heating; Update docs (c81f717)
  • Document how to override untranslated labels state and temperature (6e1c6d5)
  • Output card version in console (752853e)
  • Move default values into prefixed CSS variables for easier future code changes (5ffc628)
  • Remove :host variables so that custom styles can be set in the current theme. (3bb556c)
  • Change deprecated card-modder example to newer card-mod syntax. (33cffeb)

Release 0.32.1

28 Dec 13:23
Compare
Choose a tag to compare
  • Merge branch 'Zefau-master' (313638c)
  • add custom label for Temperature (01cdedc)

Release 0.32.0

28 Dec 13:16
Compare
Choose a tag to compare
  • Use lodash.round for rounding instead of trying to be clever about doing it manually (950bbc8)
  • Document how to use fallback to override N/A string. Fixes #51 (e5df084)
  • Actually use CSS vars for active mode items, fixes #58 (0abe4fa)
  • Mark with color while changing temperature and make temperature changing less buggy. Fixes #21, #70, #41 (d46189d)

Release 0.31.0

11 Nov 06:44
Compare
Choose a tag to compare
  • Add variable for background of inactive buttons (#78) (efc6419)

Release 0.30.0

11 Nov 06:39
Compare
Choose a tag to compare
  • Reenable minification with terser (359b03b)
  • Sort HVAC modes in the same order always (7431fa2)
  • Support overriding mode list title via _name. Fixes #76 (b531749)
  • Center multi word mode item. Fixes #79 (e76257d)

Release 0.29.0

08 Nov 19:55
Compare
Choose a tag to compare
  • Better support for dual thermostats. Fixes #73 (2ed4ff4)
  • Support hiding headings for mode rows (40015d3)

Release 0.28.0

15 Oct 20:53
Compare
Choose a tag to compare
  • Fix icon/name override for individual modes. Fixes #72 (44e52b1)
  • Update README.md (e103056)
  • Update README.md (ec1ec08)