Releases: benleb/ad-ench
Releases Β· benleb/ad-ench
v0.9.0
- Add max_unavailable_min - thanks to @eifinger / #23
- small fixes/improvements
v0.7.1
- fix highlighting of friendly name (#20 & #21)
v0.7.0
- removed all external dependencies
v0.6.3
- fix #19 by documenting hass_sensor
- enable hass_sensor by default
- document minimal required python version (3.8)
v0.6.2
- fix #15: show battery percentage in the notification
- fix #16: bold text in ios push notifications
v0.6.1
- fix friendly name setting not honored in notifications (#13), thanks to @greetoz
v0.6.0
- own requirements handling implemented, supporting all ways to run appdaemon as docker, venv, hassio, ...
v0.5.2
- no, per-check or global notification recipient (not yet documented in readme ;))
v0.5.1
- wildcard/pattern matching for excluded entities by @barisahmet