Fix Toon push updates (#56583)
parent
1cc850877f
commit
2fe8c78811
|
@ -3,7 +3,7 @@
|
|||
"name": "Toon",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/toon",
|
||||
"requirements": ["toonapi==0.2.0"],
|
||||
"requirements": ["toonapi==0.2.1"],
|
||||
"dependencies": ["http"],
|
||||
"after_dependencies": ["cloud"],
|
||||
"codeowners": ["@frenck"],
|
||||
|
|
|
@ -2312,7 +2312,7 @@ tmb==0.0.4
|
|||
todoist-python==8.0.0
|
||||
|
||||
# homeassistant.components.toon
|
||||
toonapi==0.2.0
|
||||
toonapi==0.2.1
|
||||
|
||||
# homeassistant.components.totalconnect
|
||||
total_connect_client==0.57
|
||||
|
|
|
@ -1295,7 +1295,7 @@ tellduslive==0.10.11
|
|||
tesla-powerwall==0.3.10
|
||||
|
||||
# homeassistant.components.toon
|
||||
toonapi==0.2.0
|
||||
toonapi==0.2.1
|
||||
|
||||
# homeassistant.components.totalconnect
|
||||
total_connect_client==0.57
|
||||
|
|
Loading…
Reference in New Issue