From 68a4bf118cfd6dbcfa2a65de002e5d1856e41fd0 Mon Sep 17 00:00:00 2001 From: Austin Mroczek Date: Sun, 23 Jan 2022 15:24:36 -0800 Subject: [PATCH] bump total_connect_client to 2022.1 (#64797) --- homeassistant/components/totalconnect/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/totalconnect/manifest.json b/homeassistant/components/totalconnect/manifest.json index 15854881ae3..d3be51f91d2 100644 --- a/homeassistant/components/totalconnect/manifest.json +++ b/homeassistant/components/totalconnect/manifest.json @@ -2,7 +2,7 @@ "domain": "totalconnect", "name": "Total Connect", "documentation": "https://www.home-assistant.io/integrations/totalconnect", - "requirements": ["total_connect_client==2021.12"], + "requirements": ["total_connect_client==2022.1"], "dependencies": [], "codeowners": ["@austinmroczek"], "config_flow": true, diff --git a/requirements_all.txt b/requirements_all.txt index 9aea483e574..88f57d06120 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2371,7 +2371,7 @@ tololib==0.1.0b3 toonapi==0.2.1 # homeassistant.components.totalconnect -total_connect_client==2021.12 +total_connect_client==2022.1 # homeassistant.components.tplink_lte tp-connected==0.0.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 626edd37904..f147c9228d9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1435,7 +1435,7 @@ tololib==0.1.0b3 toonapi==0.2.1 # homeassistant.components.totalconnect -total_connect_client==2021.12 +total_connect_client==2022.1 # homeassistant.components.transmission transmissionrpc==0.11