Add Thermador virtual integration (#141613)
parent
6b3b4cce4b
commit
f6c55ebf05
|
@ -0,0 +1 @@
|
|||
"""Thermador virtual integration."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "thermador",
|
||||
"name": "Thermador",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
}
|
|
@ -6533,6 +6533,11 @@
|
|||
"config_flow": false,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"thermador": {
|
||||
"name": "Thermador",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
},
|
||||
"thermobeacon": {
|
||||
"name": "ThermoBeacon",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Reference in New Issue