Add Enmax virtual integration to Opower (#100503)
* add enmax virtual integration supported by opower * update integrations.jsonpull/100666/head
parent
ed3cdca454
commit
5c1a3998ae
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Enmax Energy."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "enmax",
|
||||
"name": "Enmax Energy",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue