Add Brandt, Hexaom, SIMU & Ubiwizz as virtuals integrations of Overkiz (#79566)

* Match supported brands with Overkiz libs

* Add missing files for mypy
This commit is contained in:
Mick Vleeshouwer 2022-11-07 16:17:56 +01:00 committed by GitHub
parent 523c3089f7
commit ff18cece7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1 @@
"""Virtual integration: Brandt Smart Control."""

View file

@ -0,0 +1,6 @@
{
"domain": "brandt",
"name": "Brandt Smart Control",
"integration_type": "virtual",
"supported_by": "overkiz"
}

View file

@ -0,0 +1 @@
"""Virtual integration: Hexaom Hexaconnect."""

View file

@ -0,0 +1,6 @@
{
"domain": "hexaom",
"name": "Hexaom Hexaconnect",
"integration_type": "virtual",
"supported_by": "overkiz"
}

View file

@ -0,0 +1 @@
"""Virtual integration: SIMU LiveIn2."""

View file

@ -0,0 +1,6 @@
{
"domain": "simu",
"name": "SIMU LiveIn2",
"integration_type": "virtual",
"supported_by": "overkiz"
}

View file

@ -0,0 +1 @@
"""Virtual integration: Ubiwizz."""

View file

@ -0,0 +1,6 @@
{
"domain": "ubiwizz",
"name": "Ubiwizz",
"integration_type": "virtual",
"supported_by": "overkiz"
}

View file

@ -608,6 +608,11 @@
"config_flow": true,
"iot_class": "local_push"
},
"brandt": {
"name": "Brandt Smart Control",
"integration_type": "virtual",
"supported_by": "overkiz"
},
"brel_home": {
"name": "Brel Home",
"integration_type": "virtual",
@ -2121,6 +2126,11 @@
"config_flow": true,
"iot_class": "cloud_polling"
},
"hexaom": {
"name": "Hexaom Hexaconnect",
"integration_type": "virtual",
"supported_by": "overkiz"
},
"hi_kumo": {
"name": "Hitachi Hi Kumo",
"integration_type": "virtual",
@ -4699,6 +4709,11 @@
"integration_type": "virtual",
"supported_by": "upb"
},
"simu": {
"name": "SIMU LiveIn2",
"integration_type": "virtual",
"supported_by": "overkiz"
},
"simulated": {
"name": "Simulated",
"integration_type": "hub",
@ -5607,6 +5622,11 @@
}
}
},
"ubiwizz": {
"name": "Ubiwizz",
"integration_type": "virtual",
"supported_by": "overkiz"
},
"uk_transport": {
"name": "UK Transport",
"integration_type": "hub",