mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Add Constructa virtual integration (#141607)
This commit is contained in:
parent
2eb507863f
commit
c860686138
1
homeassistant/components/constructa/__init__.py
Normal file
1
homeassistant/components/constructa/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Constructa virtual integration."""
|
6
homeassistant/components/constructa/manifest.json
Normal file
6
homeassistant/components/constructa/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "constructa",
|
||||||
|
"name": "Constructa",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "home_connect"
|
||||||
|
}
|
@ -1071,6 +1071,11 @@
|
|||||||
"integration_type": "virtual",
|
"integration_type": "virtual",
|
||||||
"supported_by": "opower"
|
"supported_by": "opower"
|
||||||
},
|
},
|
||||||
|
"constructa": {
|
||||||
|
"name": "Constructa",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "home_connect"
|
||||||
|
},
|
||||||
"control4": {
|
"control4": {
|
||||||
"name": "Control4",
|
"name": "Control4",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user