mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add Energie VanOns virtual integration (#85704)
This commit is contained in:
parent
77feaecbfa
commit
6f92c5381d
1
homeassistant/components/energie_vanons/__init__.py
Normal file
1
homeassistant/components/energie_vanons/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Energie VanOns."""
|
6
homeassistant/components/energie_vanons/manifest.json
Normal file
6
homeassistant/components/energie_vanons/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "energie_vanons",
|
||||||
|
"name": "Energie VanOns",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "energyzero"
|
||||||
|
}
|
@ -1368,6 +1368,11 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
|
"energie_vanons": {
|
||||||
|
"name": "Energie VanOns",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "energyzero"
|
||||||
|
},
|
||||||
"energyzero": {
|
"energyzero": {
|
||||||
"name": "EnergyZero",
|
"name": "EnergyZero",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user