Skip to content

Releases: snarky-snark/home-assistant-variables

v0.15.5

10 May 23:39
040058b
Compare
Choose a tag to compare

[0.15.5] - 2024-05-10

Fixed

  • Fix really broken var.set (see #115).

v0.15.4

10 May 18:54
3cbb460
Compare
Choose a tag to compare

Fixed

  • Fix broken var.set (see #114).

v0.15.3

17 Apr 23:03
3a0f4de
Compare
Choose a tag to compare

Fixed

  • Revert change that broke var restore.

v0.15.3

17 Apr 22:45
2633425
Compare
Choose a tag to compare

Fixed

  • Revert change that broke var restore.

v0.15.2

25 Mar 13:50
dd47735
Compare
Choose a tag to compare

Fixed

  • Fixed bad async call to synchronous method. Fixes #107. Thanks to gamba69.

v0.15.1

19 Mar 18:17
e99cac3
Compare
Choose a tag to compare

Fixed

  • Fixed startup warnings by replacing deprecated call to async_update_ha_state. Fixes #99. Thanks to danielbrunt57.
  • Sorted manifest entries.

v0.15.0

18 Jul 01:05
84c6f33
Compare
Choose a tag to compare

Added

  • Added configuration option to provide unique_id for var entities. Adding a unique_id allows variables to be edited via the Home Assistant GUI. Thanks again to RoboMagus!

v0.14.2

29 Jun 20:56
0880e83
Compare
Choose a tag to compare

Fixed

v0.14.1

09 Jun 22:45
9126cbc
Compare
Choose a tag to compare

Fixed

  • Fixed issue with tracked event listeners being dropped when var config reloads.

v0.14.0

08 Jun 17:19
99f8015
Compare
Choose a tag to compare

Added

  • Added support by for variable attributes. Thanks to RoboMagus!