mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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
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…
x
Reference in New Issue
Block a user