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 multi installation issue by @baunan in #167
- v043 by @gjohansson-ST in #168
New Contributors
Full Changelog: v0.4.2...v0.4.3