mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add Siemens virtual integration (#141612)
This commit is contained in:
parent
f6c55ebf05
commit
a405ccd044
1
homeassistant/components/siemens/__init__.py
Normal file
1
homeassistant/components/siemens/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Siemens virtual integration."""
|
6
homeassistant/components/siemens/manifest.json
Normal file
6
homeassistant/components/siemens/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "siemens",
|
||||
"name": "Siemens",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
}
|
@ -5781,6 +5781,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"siemens": {
|
||||
"name": "Siemens",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
},
|
||||
"sigfox": {
|
||||
"name": "Sigfox",
|
||||
"integration_type": "hub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user