Releases: gjohansson-ST/sector
v0.4.3
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
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
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
v0.4.0
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
v0.3.9
What's Changed
- Fix online issue by @gjohansson-ST in #142
- Redact data by @gjohansson-ST in #143
- Increase timeout by @gjohansson-ST in #144
- Version 039 by @gjohansson-ST in #145
Full Changelog: v0.3.8...v0.3.9
v0.3.8
NOTE
Pay attention to the readme about the change off behaviour on the alarm panel due to alarms which are not wired. Now the alarm state will only update on panels which is online and can be trusted on it's state.
What's Changed
- Fix user_to_set by @gjohansson-ST in #130
- Bump version by @gjohansson-ST in #131
Full Changelog: v0.3.7...v0.3.8
v0.3.7
NOTE
Pay attention to the readme about the change off behaviour on the alarm panel due to alarms which are not wired. Now the alarm state will only update on panels which is online and can be trusted on it's state.
What's Changed
- Fix empty response by @gjohansson-ST in #126
- Reduce warnings in log by @gjohansson-ST in #127
- V0.3.7 by @gjohansson-ST in #128
Full Changelog: v0.3.6...v0.3.7
v0.3.6
NOTE
Pay attention to the readme about the change off behaviour on the alarm panel due to alarms which are not wired. Now the alarm state will only update on panels which is online and can be trusted on it's state.
What's Changed
- Make entities always available by @gjohansson-ST in #119
- Handle timeout by @gjohansson-ST in #120
- Fix login error by @gjohansson-ST in #121
- Handle alarm online by @gjohansson-ST in #122
- Modify data faster by @gjohansson-ST in #123
- 0.3.6 by @gjohansson-ST in #124
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- Clean code by @gjohansson-ST in #50
- Fix isonline error by @gjohansson-ST in #51
- Update HACS URL by @wrt54g in #57
- Remove title from strings by @gjohansson-ST in #58
- Cleanup code and make compliant by @gjohansson-ST in #60
- Set options already in initial config flow by @gjohansson-ST in #61
- Make v0.3.5 by @gjohansson-ST in #62
- Mod workflows by @gjohansson-ST in #64
- Additional cleanup by @gjohansson-ST in #63
- Update hacs.json by @gjohansson-ST in #65
- Update hacs.json by @gjohansson-ST in #66
- Config flow mods by @gjohansson-ST in #67
- Fix readme by @gjohansson-ST in #68
- Add changed_by name to alarm panel by @gjohansson-ST in #69
- Improve error handling by @gjohansson-ST in #70
- Reauth by @gjohansson-ST in #72
- Fix migration issue CONF_USERNAME by @gjohansson-ST in #74
- Fix strings and translations by @gjohansson-ST in #77
- Handle errors in config flow by @gjohansson-ST in #78
- Address migrations errors and entry data errors by @gjohansson-ST in #79
- Fix response text by @gjohansson-ST in #82
- Redesign data by @gjohansson-ST in #83
- Fix coordinator by @gjohansson-ST in #85
- Fix beta8 issues by @gjohansson-ST in #88
- Use dict.get() by @Olen in #90
- Finalize data by @gjohansson-ST in #91
- Add issue template by @gjohansson-ST in #92
- Fix discord link by @gjohansson-ST in #98
- Cleanup coordinator by @gjohansson-ST in #103
- Various cleaning checks by @gjohansson-ST in #104
- Add diagnostics by @gjohansson-ST in #105
- Fix has_entity_name by @gjohansson-ST in #106
- Add binary sensor by @gjohansson-ST in #107
- Various cleaning by @gjohansson-ST in #108
- Update readme.md by @gjohansson-ST in #109
- async with async_timeout by @gjohansson-ST in #110
- Add more debugging coordinator by @gjohansson-ST in #112
- Fix panel_id issue by @gjohansson-ST in #113
- Fix 204 no response json by @gjohansson-ST in #115
- Update readme.md by @gjohansson-ST in #116
New Contributors
- @gjohansson-ST made their first contribution in #50
- @wrt54g made their first contribution in #57
- @Olen made their first contribution in #90
Full Changelog: v0.3.4...v0.3.5
v0.3.5-beta11
PRE-RELEASE NOTES
Full migration between beta releases might not be possible so if you run into issues with upgrading between beta releases remove the integration and add it again.
Please report closed issues as new issues here
What's Changed
- Add issue template by @gjohansson-ST in #92
- Fix discord link by @gjohansson-ST in #98
- Cleanup coordinator by @gjohansson-ST in #103
- Various cleaning checks by @gjohansson-ST in #104
- Add diagnostics by @gjohansson-ST in #105
- Fix has_entity_name by @gjohansson-ST in #106
- Add binary sensor by @gjohansson-ST in #107
- Various cleaning by @gjohansson-ST in #108
- Update readme.md by @gjohansson-ST in #109
Full Changelog: v0.3.5-beta10...v0.3.5-beta11