mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add integration_type hub to enocean (#159005)
This commit is contained in:
committed by
GitHub
parent
9e0a3dee08
commit
3019f9041c
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/enocean",
|
"documentation": "https://www.home-assistant.io/integrations/enocean",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["enocean"],
|
"loggers": ["enocean"],
|
||||||
"requirements": ["enocean==0.50"],
|
"requirements": ["enocean==0.50"],
|
||||||
|
|||||||
@@ -1763,7 +1763,7 @@
|
|||||||
},
|
},
|
||||||
"enocean": {
|
"enocean": {
|
||||||
"name": "EnOcean",
|
"name": "EnOcean",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"single_config_entry": true
|
"single_config_entry": true
|
||||||
|
|||||||
Reference in New Issue
Block a user