mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 15:27:08 +00:00
Bump total-connect-client to 0.25, fixing issue with Total Connect (#22230)
* Bump total-connect-client to 0.25 * Bump version in requirements_all.txt
This commit is contained in:
parent
6526c68e2d
commit
fe468ace34
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||||||
STATE_ALARM_ARMED_CUSTOM_BYPASS)
|
STATE_ALARM_ARMED_CUSTOM_BYPASS)
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS = ['total_connect_client==0.24']
|
REQUIREMENTS = ['total_connect_client==0.25']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1707,7 +1707,7 @@ todoist-python==7.0.17
|
|||||||
toonapilib==3.2.2
|
toonapilib==3.2.2
|
||||||
|
|
||||||
# homeassistant.components.totalconnect.alarm_control_panel
|
# homeassistant.components.totalconnect.alarm_control_panel
|
||||||
total_connect_client==0.24
|
total_connect_client==0.25
|
||||||
|
|
||||||
# homeassistant.components.tplink_lte
|
# homeassistant.components.tplink_lte
|
||||||
tp-connected==0.0.4
|
tp-connected==0.0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user