Add Z-Box Hub virtual integration (#146678)

This commit is contained in:
rappenze 2025-07-25 20:37:36 +02:00 committed by GitHub
parent b2710c1bce
commit 971bd56bee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
"""Virtual integration: Z-Box Hub."""

View File

@ -0,0 +1,6 @@
{
"domain": "zbox_hub",
"name": "Z-Box Hub",
"integration_type": "virtual",
"supported_by": "fibaro"
}

View File

@ -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",