Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/totalconnect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "totalconnect",
"name": "Total Connect",
"documentation": "https://www.home-assistant.io/integrations/totalconnect",
"requirements": ["total_connect_client==2022.3"],
"requirements": ["total_connect_client==2022.5"],
"dependencies": [],
"codeowners": ["@austinmroczek"],
"config_flow": true,
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ tololib==0.1.0b3
toonapi==0.2.1

# homeassistant.components.totalconnect
total_connect_client==2022.3
total_connect_client==2022.5

# homeassistant.components.tplink_lte
tp-connected==0.0.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ tololib==0.1.0b3
toonapi==0.2.1

# homeassistant.components.totalconnect
total_connect_client==2022.3
total_connect_client==2022.5

# homeassistant.components.transmission
transmissionrpc==0.11
Expand Down