mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
Fix Toon push updates (#56583)
This commit is contained in:
@ -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"],
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user