Add virtual integrations supported by opower (#97250)
This commit is contained in:
parent
ae33670b33
commit
5ec8165689
19 changed files with 108 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Atlantic City Electric."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "atlanticcityelectric",
|
||||
"name": "Atlantic City Electric",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/bge/__init__.py
Normal file
1
homeassistant/components/bge/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Baltimore Gas and Electric (BGE)."""
|
6
homeassistant/components/bge/manifest.json
Normal file
6
homeassistant/components/bge/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "bge",
|
||||
"name": "Baltimore Gas and Electric (BGE)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/comed/__init__.py
Normal file
1
homeassistant/components/comed/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Commonwealth Edison (ComEd)."""
|
6
homeassistant/components/comed/manifest.json
Normal file
6
homeassistant/components/comed/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "comed",
|
||||
"name": "Commonwealth Edison (ComEd)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/delmarva/__init__.py
Normal file
1
homeassistant/components/delmarva/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Delmarva Power."""
|
6
homeassistant/components/delmarva/manifest.json
Normal file
6
homeassistant/components/delmarva/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "delmarva",
|
||||
"name": "Delmarva Power",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/evergy/__init__.py
Normal file
1
homeassistant/components/evergy/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Evergy."""
|
6
homeassistant/components/evergy/manifest.json
Normal file
6
homeassistant/components/evergy/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "evergy",
|
||||
"name": "Evergy",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/peco_opower/__init__.py
Normal file
1
homeassistant/components/peco_opower/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: PECO Energy Company (PECO)."""
|
6
homeassistant/components/peco_opower/manifest.json
Normal file
6
homeassistant/components/peco_opower/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "peco_opower",
|
||||
"name": "PECO Energy Company (PECO)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/pepco/__init__.py
Normal file
1
homeassistant/components/pepco/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Potomac Electric Power Company (Pepco)."""
|
6
homeassistant/components/pepco/manifest.json
Normal file
6
homeassistant/components/pepco/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "pepco",
|
||||
"name": "Potomac Electric Power Company (Pepco)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/pge/__init__.py
Normal file
1
homeassistant/components/pge/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Pacific Gas & Electric (PG&E)."""
|
6
homeassistant/components/pge/manifest.json
Normal file
6
homeassistant/components/pge/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "pge",
|
||||
"name": "Pacific Gas & Electric (PG&E)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/pse/__init__.py
Normal file
1
homeassistant/components/pse/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Puget Sound Energy (PSE)."""
|
6
homeassistant/components/pse/manifest.json
Normal file
6
homeassistant/components/pse/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "pse",
|
||||
"name": "Puget Sound Energy (PSE)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue