NOTEWORTHY
- 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
- Added curly braces for the number of digits regex pattern by @LazyTarget in #151
- Fix DeviceInfo by @gjohansson-ST in #154
- Coordinator return type by @gjohansson-ST in #155
- Super handle coordinator updates by @gjohansson-ST in #156
- Fix binary sensor unique id issue by @gjohansson-ST in #157
- Clean off code by @gjohansson-ST in #158
- Fix config entry options by @gjohansson-ST in #159
- New version by @gjohansson-ST in #160
New Contributors
- @LazyTarget made their first contribution in #151
Full Changelog: v0.3.9...v0.4.0