mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 18:33:44 +02:00
Add ANWB Energie (virtual) integration (#85077)
This commit is contained in:
@@ -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,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"anwb_energie": {
|
||||
"name": "ANWB Energie",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "energyzero"
|
||||
},
|
||||
"apache_kafka": {
|
||||
"name": "Apache Kafka",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user