Add ANWB Energie (virtual) integration (#85077)
parent
9f24897814
commit
0239938d99
|
@ -0,0 +1 @@
|
||||||
|
"""Virtual integration: ANWB Energie."""
|
|
@ -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…
Reference in New Issue