mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Add ANWB Energie (virtual) integration (#85077)
This commit is contained in:
parent
9f24897814
commit
0239938d99
1
homeassistant/components/anwb_energie/__init__.py
Normal file
1
homeassistant/components/anwb_energie/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: ANWB Energie."""
|
6
homeassistant/components/anwb_energie/manifest.json
Normal file
6
homeassistant/components/anwb_energie/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "anwb_energie",
|
||||||
|
"name": "ANWB Energie",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "energyzero"
|
||||||
|
}
|
@ -258,6 +258,11 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
|
"anwb_energie": {
|
||||||
|
"name": "ANWB Energie",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "energyzero"
|
||||||
|
},
|
||||||
"apache_kafka": {
|
"apache_kafka": {
|
||||||
"name": "Apache Kafka",
|
"name": "Apache Kafka",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user