Add virtual integraion for "Mercury NZ Limited" (opower) (#122650)
* Add virtual integraion for "Mercury NZ Limited" and bump opower version requirement * revert opower version bump, fix newlines * Update name
This commit is contained in:
parent
84486bad78
commit
09622e180e
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/mercury_nz/__init__.py
Normal file
1
homeassistant/components/mercury_nz/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Mercury NZ Limited."""
|
6
homeassistant/components/mercury_nz/manifest.json
Normal file
6
homeassistant/components/mercury_nz/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "mercury_nz",
|
||||
"name": "Mercury NZ Limited",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
|
@ -3577,6 +3577,11 @@
|
|||
"config_flow": false,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"mercury_nz": {
|
||||
"name": "Mercury NZ Limited",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
},
|
||||
"message_bird": {
|
||||
"name": "MessageBird",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Add table
Reference in a new issue