mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Add Z-Box Hub virtual integration (#146678)
This commit is contained in:
parent
b2710c1bce
commit
971bd56bee
1
homeassistant/components/zbox_hub/__init__.py
Normal file
1
homeassistant/components/zbox_hub/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Z-Box Hub."""
|
6
homeassistant/components/zbox_hub/manifest.json
Normal file
6
homeassistant/components/zbox_hub/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "zbox_hub",
|
||||||
|
"name": "Z-Box Hub",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "fibaro"
|
||||||
|
}
|
@ -7660,6 +7660,11 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
"zbox_hub": {
|
||||||
|
"name": "Z-Box Hub",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "fibaro"
|
||||||
|
},
|
||||||
"zengge": {
|
"zengge": {
|
||||||
"name": "Zengge",
|
"name": "Zengge",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user