Add virtual integrations for AEP utilities supported by opower (#106146)

This commit is contained in:
tronikos 2023-12-20 21:44:40 -08:00 committed by GitHub
parent e2cf4244ea
commit aa51b5f6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1 @@
"""Virtual integration: AEP Ohio."""

View File

@ -0,0 +1,6 @@
{
"domain": "aepohio",
"name": "AEP Ohio",
"integration_type": "virtual",
"supported_by": "opower"
}

View File

@ -0,0 +1 @@
"""Virtual integration: AEP Texas."""

View File

@ -0,0 +1,6 @@
{
"domain": "aeptexas",
"name": "AEP Texas",
"integration_type": "virtual",
"supported_by": "opower"
}

View File

@ -0,0 +1 @@
"""Virtual integration: Appalachian Power."""

View File

@ -0,0 +1,6 @@
{
"domain": "appalachianpower",
"name": "Appalachian Power",
"integration_type": "virtual",
"supported_by": "opower"
}

View File

@ -0,0 +1 @@
"""Virtual integration: Indiana Michigan Power."""

View File

@ -0,0 +1,6 @@
{
"domain": "indianamichiganpower",
"name": "Indiana Michigan Power",
"integration_type": "virtual",
"supported_by": "opower"
}

View File

@ -0,0 +1 @@
"""Virtual integration: Kentucky Power."""

View File

@ -0,0 +1,6 @@
{
"domain": "kentuckypower",
"name": "Kentucky Power",
"integration_type": "virtual",
"supported_by": "opower"
}

View File

@ -0,0 +1 @@
"""Virtual integration: Public Service Company of Oklahoma (PSO)."""

View File

@ -0,0 +1,6 @@
{
"domain": "psoklahoma",
"name": "Public Service Company of Oklahoma (PSO)",
"integration_type": "virtual",
"supported_by": "opower"
}

View File

@ -0,0 +1 @@
"""Virtual integration: Southwestern Electric Power Company (SWEPCO)."""

View File

@ -0,0 +1,6 @@
{
"domain": "swepco",
"name": "Southwestern Electric Power Company (SWEPCO)",
"integration_type": "virtual",
"supported_by": "opower"
}

View File

@ -65,6 +65,16 @@
"config_flow": true,
"iot_class": "cloud_polling"
},
"aepohio": {
"name": "AEP Ohio",
"integration_type": "virtual",
"supported_by": "opower"
},
"aeptexas": {
"name": "AEP Texas",
"integration_type": "virtual",
"supported_by": "opower"
},
"aftership": {
"name": "AfterShip",
"integration_type": "hub",
@ -304,6 +314,11 @@
"config_flow": true,
"iot_class": "local_polling"
},
"appalachianpower": {
"name": "Appalachian Power",
"integration_type": "virtual",
"supported_by": "opower"
},
"apple": {
"name": "Apple",
"integrations": {
@ -2654,6 +2669,11 @@
"config_flow": false,
"iot_class": "local_polling"
},
"indianamichiganpower": {
"name": "Indiana Michigan Power",
"integration_type": "virtual",
"supported_by": "opower"
},
"influxdb": {
"name": "InfluxDB",
"integration_type": "hub",
@ -2855,6 +2875,11 @@
"config_flow": true,
"iot_class": "local_push"
},
"kentuckypower": {
"name": "Kentucky Power",
"integration_type": "virtual",
"supported_by": "opower"
},
"keyboard": {
"name": "Keyboard",
"integration_type": "hub",
@ -4476,6 +4501,11 @@
"integration_type": "virtual",
"supported_by": "opower"
},
"psoklahoma": {
"name": "Public Service Company of Oklahoma (PSO)",
"integration_type": "virtual",
"supported_by": "opower"
},
"pulseaudio_loopback": {
"name": "PulseAudio Loopback",
"integration_type": "hub",
@ -5569,6 +5599,11 @@
"config_flow": true,
"iot_class": "cloud_polling"
},
"swepco": {
"name": "Southwestern Electric Power Company (SWEPCO)",
"integration_type": "virtual",
"supported_by": "opower"
},
"swiss_hydrological_data": {
"name": "Swiss Hydrological Data",
"integration_type": "hub",