Releases: snarky-snark/home-assistant-variables
Releases · snarky-snark/home-assistant-variables
v0.9.1
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
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
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
Added
- Added info page for display in HACS.
v0.6.0
Changed
- An update is no longer triggered by default on Home Assistant startup.
To force a variable to update on startup, addhomeassistant_start
to
the variable'stracked_event_type
list.
v0.5.0
Removed
- Tracked entities are no longer parsed from templates automatically.
This was an undocumented feature that was confusing as implemented.
v0.4.0
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
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
This release contains two fixes:
- Variable value's are no longer being wiped when
var.set
is invoked. - Variables only poll the database before an update if they are backed by a query.
v0.2.0
Support for updating variables on events and backing variables with SQL queries.