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