mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Change Knocki integration type to hub (#124863)
* Change Knocki integration type * Fix
This commit is contained in:
committed by
GitHub
parent
7bab3579ec
commit
6967c70580
@@ -4,7 +4,7 @@
|
|||||||
"codeowners": ["@joostlek", "@jgatto1", "@JakeBosh"],
|
"codeowners": ["@joostlek", "@jgatto1", "@JakeBosh"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/knocki",
|
"documentation": "https://www.home-assistant.io/integrations/knocki",
|
||||||
"integration_type": "device",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["knocki"],
|
"loggers": ["knocki"],
|
||||||
"requirements": ["knocki==0.3.1"]
|
"requirements": ["knocki==0.3.1"]
|
||||||
|
@@ -3089,7 +3089,7 @@
|
|||||||
},
|
},
|
||||||
"knocki": {
|
"knocki": {
|
||||||
"name": "Knocki",
|
"name": "Knocki",
|
||||||
"integration_type": "device",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user