v0.4.2
NOTEWORTHY (from v0.4.0)
- Code as part of config options has been removed. Configuring a default code for locks should be done directly on the lock entity. Setting a default code for alarm panel has been removed and as such if such is wished it needs to be done using an automation or a script!
- Setting update frequency in config options has been removed and controlling the update frequency should now be done by disabling updating on the config entry and use
homeassistant.update_entity
service in an automation.
What's Changed
- fix manifest by @gjohansson-ST in #163
- Reload on options change by @gjohansson-ST in #164
- Config flow mods by @gjohansson-ST in #165
- New date in readme by @gjohansson-ST in #166
Full Changelog: v0.4.1...v0.4.2