mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Add Thermador virtual integration (#141613)
This commit is contained in:
parent
6b3b4cce4b
commit
f6c55ebf05
1
homeassistant/components/thermador/__init__.py
Normal file
1
homeassistant/components/thermador/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Thermador virtual integration."""
|
6
homeassistant/components/thermador/manifest.json
Normal file
6
homeassistant/components/thermador/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "thermador",
|
||||||
|
"name": "Thermador",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "home_connect"
|
||||||
|
}
|
@ -6533,6 +6533,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"thermador": {
|
||||||
|
"name": "Thermador",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "home_connect"
|
||||||
|
},
|
||||||
"thermobeacon": {
|
"thermobeacon": {
|
||||||
"name": "ThermoBeacon",
|
"name": "ThermoBeacon",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user