Fix Toon push updates (#56583)

This commit is contained in:
Franck Nijhof
2021-09-23 19:50:30 +02:00
committed by GitHub
parent 1cc850877f
commit 2fe8c78811
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "Toon", "name": "Toon",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/toon", "documentation": "https://www.home-assistant.io/integrations/toon",
"requirements": ["toonapi==0.2.0"], "requirements": ["toonapi==0.2.1"],
"dependencies": ["http"], "dependencies": ["http"],
"after_dependencies": ["cloud"], "after_dependencies": ["cloud"],
"codeowners": ["@frenck"], "codeowners": ["@frenck"],

View File

@ -2312,7 +2312,7 @@ tmb==0.0.4
todoist-python==8.0.0 todoist-python==8.0.0
# homeassistant.components.toon # homeassistant.components.toon
toonapi==0.2.0 toonapi==0.2.1
# homeassistant.components.totalconnect # homeassistant.components.totalconnect
total_connect_client==0.57 total_connect_client==0.57

View File

@ -1295,7 +1295,7 @@ tellduslive==0.10.11
tesla-powerwall==0.3.10 tesla-powerwall==0.3.10
# homeassistant.components.toon # homeassistant.components.toon
toonapi==0.2.0 toonapi==0.2.1
# homeassistant.components.totalconnect # homeassistant.components.totalconnect
total_connect_client==0.57 total_connect_client==0.57