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:
parent
523c3089f7
commit
ff18cece7b
9 changed files with 48 additions and 0 deletions
1
homeassistant/components/brandt/__init__.py
Normal file
1
homeassistant/components/brandt/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Brandt Smart Control."""
|
6
homeassistant/components/brandt/manifest.json
Normal file
6
homeassistant/components/brandt/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "brandt",
|
||||
"name": "Brandt Smart Control",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "overkiz"
|
||||
}
|
1
homeassistant/components/hexaom/__init__.py
Normal file
1
homeassistant/components/hexaom/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Hexaom Hexaconnect."""
|
6
homeassistant/components/hexaom/manifest.json
Normal file
6
homeassistant/components/hexaom/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "hexaom",
|
||||
"name": "Hexaom Hexaconnect",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "overkiz"
|
||||
}
|
1
homeassistant/components/simu/__init__.py
Normal file
1
homeassistant/components/simu/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: SIMU LiveIn2."""
|
6
homeassistant/components/simu/manifest.json
Normal file
6
homeassistant/components/simu/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "simu",
|
||||
"name": "SIMU LiveIn2",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "overkiz"
|
||||
}
|
1
homeassistant/components/ubiwizz/__init__.py
Normal file
1
homeassistant/components/ubiwizz/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Ubiwizz."""
|
6
homeassistant/components/ubiwizz/manifest.json
Normal file
6
homeassistant/components/ubiwizz/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "ubiwizz",
|
||||
"name": "Ubiwizz",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "overkiz"
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue