Releases: lawtancool/hass-control4
v1.3.0
New Features
Bug Fixes
- Add token refresh retry scheduling by @lawtancool and @mellis in #28
- This should help prevent the token from expiring after the integration has been running for a while.
- Fix depreciation log warnings by @lawtancool in #29
New Contributors
Full Changelog: 1.2.1...1.3.0
v1.2.1
Improve error handling when a device category does not exist on the Control4 side.
v1.2.0
v1.1.11
Add error handling for Websocket connection failures during startup
v1.1.10
Catch asyncio timeout errors during setup
v1.1.9
Replace async_setup_platforms with async_forward_entry_setups to remove warning log message.
v1.1.8
What's Changed
- Add try statements around network requests by @lawtancool in #9
Full Changelog: 1.1.7...1.1.8
1.1.7
The alarm control panel configuration now uses a drop-down menu with a list of arming modes provided by Control4, eliminating the need to manually type in mode names.
1.1.6
More fixes for alarm config flow not allowing a blank value for arm vacation mode name, and breaking the integration on startup.
(The fixes in 1.1.5 were incomplete)
1.1.5
Fixes alarm config flow not allowing a blank value for arm vacation mode name, and breaking the integration on startup.