Add Enmax virtual integration to Opower (#100503)

* add enmax virtual integration supported by opower

* update integrations.json
pull/100666/head
anonion 2023-09-20 21:59:05 -07:00 committed by GitHub
parent ed3cdca454
commit 5c1a3998ae
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: Enmax Energy."""

View File

@ -0,0 +1,6 @@
{
"domain": "enmax",
"name": "Enmax Energy",
"integration_type": "virtual",
"supported_by": "opower"
}

View File

@ -1481,6 +1481,11 @@
"config_flow": false,
"iot_class": "local_polling"
},
"enmax": {
"name": "Enmax Energy",
"integration_type": "virtual",
"supported_by": "opower"
},
"enocean": {
"name": "EnOcean",
"integration_type": "hub",