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:
committed by
GitHub
parent
541cc808b0
commit
debf07e3fc
@@ -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"]
|
||||
|
||||
@@ -7096,7 +7096,7 @@
|
||||
},
|
||||
"toon": {
|
||||
"name": "Toon",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user