Releases: IATkachenko/HA-SleepAsAndroid
v2.3.1
Fixes for HA 2024 from the community:
- @tnt944445 fixed startup by adding new way to call topic subscription (#74)
- @chris-mc1 have reduced noise in logs by updated way to run setup (#73)
Maty thanks for contributors!
v2.3.0
Features
Like this integration? Please send us feedback in any suitable way:
emoji at release page or starring project at GitHub
It will let me know that things that I make is helping other people.
v2.2.0
v2.1.0
v2.0.0
New translations
- German translation by @miggi92 is here!
Bug Fixes
- sensor: make integration compatible with HA
2023.8
(099c3a5) - sensor: use
_attr_native_value
instead of state setter (0e1daef) - translation: turn translation to modern layout (6d4fac4)
BREAKING CHANGES
- minimum supported HA version is
2023.4
now
Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub , support at or , or just
It will let me know that things that I make is helping other people.
v1.10.0
Fixes
- fix crashes
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'
at HA2022.5+
(#51)
Features
- add button for removing device (1e00a34), closes #48
It just remove device. Device will be recreated after new message in MQTT topic, if topic was not changed in the integration settings.
Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub , support at or , or just
It will let me know that things that I make is helping other people.
v1.9.2
Code improvements
async_get_registry
is deprecated in Home Assistant 2022.06 and it will be deprecation warning in logs, so this release:
- replace deprecated async_get_registry while entry setup by async_get (ecaed5d), closes #43
- replace deprecated async_get_registry while sensor setup by async_get (f42ea63), closes #43
Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub , support at or , or just
It will let me know that things that I make is helping other people.
v1.9.1
Bug Fixes
Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub , support at or , or just
It will let me know that things that I make is helping other people.
v1.9.0
v1.8.3
Bug Fixes
- fix subscription for 2022.3.0b* versions (be1900e), closes #39
only 2022.3.0b* version of Home Assistant is affected by #39, so this release marked as beta too.
Like this integration? Please send us feedback in any suitable way:
emoji at release page, starring project at GitHub , support at or , or just
It will let me know that things that I make is helping other people.