mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 10:23:46 +02:00
Add Z-Box Hub virtual integration (#146678)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Z-Box Hub."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "zbox_hub",
|
||||
"name": "Z-Box Hub",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "fibaro"
|
||||
}
|
||||
@@ -7660,6 +7660,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"zbox_hub": {
|
||||
"name": "Z-Box Hub",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "fibaro"
|
||||
},
|
||||
"zengge": {
|
||||
"name": "Zengge",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user