1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Bump total_connect_client to 2025.12.2 (#160075)

This commit is contained in:
Austin Mroczek
2026-01-01 11:02:56 -08:00
committed by GitHub
parent 2aed4fb8e9
commit 5f2da20319
4 changed files with 5 additions and 5 deletions

View File

@@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/totalconnect",
"iot_class": "cloud_polling",
"loggers": ["total_connect_client"],
"requirements": ["total-connect-client==2025.5"]
"requirements": ["total-connect-client==2025.12.2"]
}

2
requirements_all.txt generated
View File

@@ -3039,7 +3039,7 @@ tololib==1.2.2
toonapi==0.3.0
# homeassistant.components.totalconnect
total-connect-client==2025.5
total-connect-client==2025.12.2
# homeassistant.components.tplink_lte
tp-connected==0.0.4

View File

@@ -2533,7 +2533,7 @@ tololib==1.2.2
toonapi==0.3.0
# homeassistant.components.totalconnect
total-connect-client==2025.5
total-connect-client==2025.12.2
# homeassistant.components.tplink_omada
tplink-omada-client==1.5.3

View File

@@ -346,9 +346,9 @@ async def test_instant_arming_exceptions(
(ArmingState.ARMED_STAY_PROA7, AlarmControlPanelState.ARMED_HOME),
(ArmingState.ARMED_STAY_BYPASS, AlarmControlPanelState.ARMED_HOME),
(ArmingState.ARMED_STAY_BYPASS_PROA7, AlarmControlPanelState.ARMED_HOME),
(ArmingState.ARMED_STAY_INSTANT, AlarmControlPanelState.ARMED_HOME),
(ArmingState.ARMED_STAY_INSTANT, AlarmControlPanelState.ARMED_NIGHT),
(ArmingState.ARMED_STAY_INSTANT_PROA7, AlarmControlPanelState.ARMED_HOME),
(ArmingState.ARMED_STAY_INSTANT_BYPASS, AlarmControlPanelState.ARMED_HOME),
(ArmingState.ARMED_STAY_INSTANT_BYPASS, AlarmControlPanelState.ARMED_NIGHT),
(
ArmingState.ARMED_STAY_INSTANT_BYPASS_PROA7,
AlarmControlPanelState.ARMED_HOME,