mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Add Gaggenau virtual integration (#141608)
This commit is contained in:
parent
c860686138
commit
6971a189f9
1
homeassistant/components/gaggenau/__init__.py
Normal file
1
homeassistant/components/gaggenau/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Gaggenau virtual integration."""
|
6
homeassistant/components/gaggenau/manifest.json
Normal file
6
homeassistant/components/gaggenau/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "gaggenau",
|
||||||
|
"name": "Gaggenau",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "home_connect"
|
||||||
|
}
|
@ -2184,6 +2184,11 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
"gaggenau": {
|
||||||
|
"name": "Gaggenau",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "home_connect"
|
||||||
|
},
|
||||||
"garadget": {
|
"garadget": {
|
||||||
"name": "Garadget",
|
"name": "Garadget",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user