Releases: snarky-snark/home-assistant-variables
Releases · snarky-snark/home-assistant-variables
v0.13.1
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
Added
- Added support for live reloading of var config. Thanks to gertjanstulp!
v0.12.3
Fixed
- Fixed stale version number in manifest that was stuck on v0.12.1.
v0.12.2
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
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
Added
- Added
iot_class
entry tomanifest.json
to comply with latest HA requirements.
v0.11.0
Added
- Added
version
entry tomanifest.json
in conformance with latest HA requirements. - Added hassfest GitHub Action for automatic validation of commits against HA requirements.
v0.10.0
Fixed
- Bad link in changelog
Added
- Added support for setting vars via scenes.
v0.9.3
Fixed
- Fix var component config error when component is loaded on HA startup.
- Typos in README.
- Add pycache to .gitignore.
v0.9.2
Fixed
- Fix schema for
var.update
service (broken in 0.9.0).