Skip to content

Releases: snarky-snark/home-assistant-variables

v0.13.1

05 Jun 23:59
cc5d6ae
Compare
Choose a tag to compare

Fixed

  • Fixed broken database queries by moving database accesses off of the event thread. This addresses the breaking change introduced in Home Assistant 2022.04.

v0.13.0

02 Jun 02:32
380ecae
Compare
Choose a tag to compare

Added

  • Added support for live reloading of var config. Thanks to gertjanstulp!

v0.12.3

13 May 16:58
27f0169
Compare
Choose a tag to compare

Fixed

  • Fixed stale version number in manifest that was stuck on v0.12.1.

v0.12.2

13 May 15:34
e5d0d33
Compare
Choose a tag to compare

Fixed

  • The minimum supported version of HA is actually 2021.5.1.
    That is the HA release where sqlalchemy was upgraded to 1.4.

v0.12.1

13 May 15:06
f4ba9cf
Compare
Choose a tag to compare

Fixed

  • Fixed database calls to support HA's upgrade to sqlalchemy 1.4.
    The minimum supported version of HA is now 2021.5.3.
  • Fixed stale version number in manifest that was stuck on v0.11.0.

v0.12.0

29 Apr 01:09
12b2ee2
Compare
Choose a tag to compare

Added

  • Added iot_class entry to manifest.json to comply with latest HA requirements.

v0.11.0

06 Mar 05:00
574daa9
Compare
Choose a tag to compare

Added

  • Added version entry to manifest.json in conformance with latest HA requirements.
  • Added hassfest GitHub Action for automatic validation of commits against HA requirements.

v0.10.0

18 Jan 02:23
332ee69
Compare
Choose a tag to compare

Fixed

  • Bad link in changelog

Added

  • Added support for setting vars via scenes.

v0.9.3

08 Apr 14:27
c342d96
Compare
Choose a tag to compare

Fixed

  • Fix var component config error when component is loaded on HA startup.
  • Typos in README.
  • Add pycache to .gitignore.

v0.9.2

12 Dec 15:31
24906ea
Compare
Choose a tag to compare

Fixed

  • Fix schema for var.update service (broken in 0.9.0).