1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add integration_type device to toon (#163671)

This commit is contained in:
Joost Lekkerkerker
2026-02-20 19:46:07 +01:00
committed by GitHub
parent 541cc808b0
commit debf07e3fc
2 changed files with 2 additions and 1 deletions
@@ -12,6 +12,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/toon",
"integration_type": "device",
"iot_class": "cloud_push",
"loggers": ["toonapi"],
"requirements": ["toonapi==0.3.0"]
+1 -1
View File
@@ -7096,7 +7096,7 @@
},
"toon": {
"name": "Toon",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "cloud_push"
},