mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Add Enmax virtual integration to Opower (#100503)
* add enmax virtual integration supported by opower * update integrations.json
This commit is contained in:
parent
ed3cdca454
commit
5c1a3998ae
1
homeassistant/components/enmax/__init__.py
Normal file
1
homeassistant/components/enmax/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Enmax Energy."""
|
6
homeassistant/components/enmax/manifest.json
Normal file
6
homeassistant/components/enmax/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "enmax",
|
||||||
|
"name": "Enmax Energy",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
}
|
@ -1481,6 +1481,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"enmax": {
|
||||||
|
"name": "Enmax Energy",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
},
|
||||||
"enocean": {
|
"enocean": {
|
||||||
"name": "EnOcean",
|
"name": "EnOcean",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user