Skip to content

Releases: snarky-snark/home-assistant-variables

v0.9.1

12 Dec 00:55
8a5db80
Compare
Choose a tag to compare

Fixed

  • Changed minimum supported HA version in hacs.json to support HA 0.103.0. Due to a bug in HACS, this didn't work in v0.9.0.

v0.9.0

07 Dec 01:24
6a67cd2
Compare
Choose a tag to compare

Removed

  • Remove deprecated documentation in README regarding automatic entity analysis.

Fixed

  • Updated component to be compatible with Home Assistant 0.103.0. This release is not backward compatible with previous versions of Home Assistant.

v0.8.0

06 Oct 16:17
6fd48b2
Compare
Choose a tag to compare

Added

  • Added more documentation on template parameters.
  • Added HACS manifest.
  • New force_update parameter to trigger variable state change
    events when the variable state is updated but the value is unchanged.

Removed

  • Removed obsolete HACS info.md.

Fixed

  • Fixed a broken link in README table of contents.

v0.7.0

15 Aug 02:55
Compare
Choose a tag to compare

Added

  • Added info page for display in HACS.

v0.6.0

12 Aug 02:45
Compare
Choose a tag to compare

Changed

  • An update is no longer triggered by default on Home Assistant startup.
    To force a variable to update on startup, add homeassistant_start to
    the variable's tracked_event_type list.

v0.5.0

10 Aug 00:55
Compare
Choose a tag to compare

Removed

  • Tracked entities are no longer parsed from templates automatically.
    This was an undocumented feature that was confusing as implemented.

v0.4.0

10 Aug 00:44
Compare
Choose a tag to compare

Added

  • var.update service used to force a variable to update from an automation or script.

Fixed

  • Template processing was broken for var.set service. It is now fixed.

v0.3.0

09 Aug 17:28
Compare
Choose a tag to compare

tracked_event_types now accepts a string containing a single event type, a string containing multiple event types separated by commas, or a list of event types.

v0.2.1

08 Aug 22:16
Compare
Choose a tag to compare

This release contains two fixes:

  1. Variable value's are no longer being wiped when var.set is invoked.
  2. Variables only poll the database before an update if they are backed by a query.

v0.2.0

07 Aug 21:32
Compare
Choose a tag to compare

Support for updating variables on events and backing variables with SQL queries.