Added virtual integration for Arizona Public Service supported by opower (#126014)
Co-authored-by: tronikos <tronikos@users.noreply.github.com>
This commit is contained in:
parent
fccbaa0fbc
commit
8dbca0fa0b
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/aps/__init__.py
Normal file
1
homeassistant/components/aps/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Arizona Public Service (APS)."""
|
6
homeassistant/components/aps/manifest.json
Normal file
6
homeassistant/components/aps/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "aps",
|
||||
"name": "Arizona Public Service (APS)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
|
@ -407,6 +407,11 @@
|
|||
"config_flow": false,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
"aps": {
|
||||
"name": "Arizona Public Service (APS)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
},
|
||||
"apsystems": {
|
||||
"name": "APsystems",
|
||||
"integration_type": "device",
|
||||
|
|
Loading…
Add table
Reference in a new issue