Add virtual integrations supported by opower (#97250)

This commit is contained in:
tronikos 2023-07-26 02:39:50 -07:00 committed by GitHub
parent ae33670b33
commit 5ec8165689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1 @@
"""Virtual integration: Atlantic City Electric."""

View file

@ -0,0 +1,6 @@
{
"domain": "atlanticcityelectric",
"name": "Atlantic City Electric",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

@ -0,0 +1 @@
"""Virtual integration: Baltimore Gas and Electric (BGE)."""

View file

@ -0,0 +1,6 @@
{
"domain": "bge",
"name": "Baltimore Gas and Electric (BGE)",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

@ -0,0 +1 @@
"""Virtual integration: Commonwealth Edison (ComEd)."""

View file

@ -0,0 +1,6 @@
{
"domain": "comed",
"name": "Commonwealth Edison (ComEd)",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

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

View file

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

View file

@ -0,0 +1 @@
"""Virtual integration: Evergy."""

View file

@ -0,0 +1,6 @@
{
"domain": "evergy",
"name": "Evergy",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

@ -0,0 +1 @@
"""Virtual integration: PECO Energy Company (PECO)."""

View file

@ -0,0 +1,6 @@
{
"domain": "peco_opower",
"name": "PECO Energy Company (PECO)",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

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

View file

@ -0,0 +1,6 @@
{
"domain": "pepco",
"name": "Potomac Electric Power Company (Pepco)",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

@ -0,0 +1 @@
"""Virtual integration: Pacific Gas & Electric (PG&E)."""

View file

@ -0,0 +1,6 @@
{
"domain": "pge",
"name": "Pacific Gas & Electric (PG&E)",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

@ -0,0 +1 @@
"""Virtual integration: Puget Sound Energy (PSE)."""

View file

@ -0,0 +1,6 @@
{
"domain": "pse",
"name": "Puget Sound Energy (PSE)",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

@ -456,6 +456,11 @@
"config_flow": false,
"iot_class": "local_polling"
},
"atlanticcityelectric": {
"name": "Atlantic City Electric",
"integration_type": "virtual",
"supported_by": "opower"
},
"atome": {
"name": "Atome Linky",
"integration_type": "hub",
@ -555,6 +560,11 @@
"config_flow": false,
"iot_class": "local_polling"
},
"bge": {
"name": "Baltimore Gas and Electric (BGE)",
"integration_type": "virtual",
"supported_by": "opower"
},
"bitcoin": {
"name": "Bitcoin",
"integration_type": "hub",
@ -862,6 +872,11 @@
"integration_type": "hub",
"config_flow": false
},
"comed": {
"name": "Commonwealth Edison (ComEd)",
"integration_type": "virtual",
"supported_by": "opower"
},
"comed_hourly_pricing": {
"name": "ComEd Hourly Pricing",
"integration_type": "hub",
@ -991,6 +1006,11 @@
"config_flow": false,
"iot_class": "cloud_polling"
},
"delmarva": {
"name": "Delmarva Power",
"integration_type": "virtual",
"supported_by": "opower"
},
"deluge": {
"name": "Deluge",
"integration_type": "service",
@ -1554,6 +1574,11 @@
}
}
},
"evergy": {
"name": "Evergy",
"integration_type": "virtual",
"supported_by": "opower"
},
"everlights": {
"name": "EverLights",
"integration_type": "hub",
@ -4136,6 +4161,11 @@
"config_flow": true,
"iot_class": "cloud_polling"
},
"peco_opower": {
"name": "PECO Energy Company (PECO)",
"integration_type": "virtual",
"supported_by": "opower"
},
"pegel_online": {
"name": "PEGELONLINE",
"integration_type": "service",
@ -4148,6 +4178,16 @@
"config_flow": false,
"iot_class": "local_polling"
},
"pepco": {
"name": "Potomac Electric Power Company (Pepco)",
"integration_type": "virtual",
"supported_by": "opower"
},
"pge": {
"name": "Pacific Gas & Electric (PG&E)",
"integration_type": "virtual",
"supported_by": "opower"
},
"philips": {
"name": "Philips",
"integrations": {
@ -4321,6 +4361,11 @@
"config_flow": true,
"iot_class": "local_polling"
},
"pse": {
"name": "Puget Sound Energy (PSE)",
"integration_type": "virtual",
"supported_by": "opower"
},
"pulseaudio_loopback": {
"name": "PulseAudio Loopback",
"integration_type": "hub",