Add ANWB Energie (virtual) integration (#85077)

pull/82602/head
Klaas Schoute 2023-01-04 10:42:55 +01:00 committed by GitHub
parent 9f24897814
commit 0239938d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
"""Virtual integration: ANWB Energie."""

View File

@ -0,0 +1,6 @@
{
"domain": "anwb_energie",
"name": "ANWB Energie",
"integration_type": "virtual",
"supported_by": "energyzero"
}

View File

@ -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",