mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"thermador": {
|
||||
"name": "Thermador",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
},
|
||||
"thermobeacon": {
|
||||
"name": "ThermoBeacon",
|
||||
"integration_type": "hub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user