Releases: duhow/hass-cover-time-based
Releases · duhow/hass-cover-time-based
0.2.0
What's Changed
- Allow adding a third switch (optional) for ⏹️ STOP movement.
- Add support for
button
press.
- 🔧 Add support for
script
Useful for custom integrations (eg. using MQTT payloads)
Full Changelog: 0.1.2...0.2.0
0.1.2
- 🐞 Fix invalid function call introduced in
0.1.1
that would not update cover status on physical switch trigger.
0.1.1
- 🆕 If any of the entities / switches are
unavailable
, the cover
will be also set to unavailable.
0.1.0
- feat: if switch is activated manually (eg. physical switch), cover status will be triggered. (listening to events)
0.0.4
internal refactor using flake8
and other tools from pre-commit
, required for passing to HACS repo list.
no other changes from 0.0.3
.
0.0.3
- remove symlink to English language, fixes download in HACS
- add Spanish and Catalan language
0.0.2
- fix:
NoneType
received for cover position
- fix: add required
unique_id
internal for Home Assistant references