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