v0.4.1
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 lock by @gjohansson-ST in #161
- Ensure code format by @gjohansson-ST in #162
Full Changelog: v0.4.0...v0.4.1