mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Add virtual integrations for AEP utilities supported by opower (#106146)
This commit is contained in:
parent
e2cf4244ea
commit
aa51b5f6d4
1
homeassistant/components/aepohio/__init__.py
Normal file
1
homeassistant/components/aepohio/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: AEP Ohio."""
|
6
homeassistant/components/aepohio/manifest.json
Normal file
6
homeassistant/components/aepohio/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "aepohio",
|
||||
"name": "AEP Ohio",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/aeptexas/__init__.py
Normal file
1
homeassistant/components/aeptexas/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: AEP Texas."""
|
6
homeassistant/components/aeptexas/manifest.json
Normal file
6
homeassistant/components/aeptexas/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "aeptexas",
|
||||
"name": "AEP Texas",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/appalachianpower/__init__.py
Normal file
1
homeassistant/components/appalachianpower/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: Appalachian Power."""
|
6
homeassistant/components/appalachianpower/manifest.json
Normal file
6
homeassistant/components/appalachianpower/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "appalachianpower",
|
||||
"name": "Appalachian Power",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
@ -0,0 +1 @@
|
||||
"""Virtual integration: Indiana Michigan Power."""
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "indianamichiganpower",
|
||||
"name": "Indiana Michigan Power",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/kentuckypower/__init__.py
Normal file
1
homeassistant/components/kentuckypower/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: Kentucky Power."""
|
6
homeassistant/components/kentuckypower/manifest.json
Normal file
6
homeassistant/components/kentuckypower/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "kentuckypower",
|
||||
"name": "Kentucky Power",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/psoklahoma/__init__.py
Normal file
1
homeassistant/components/psoklahoma/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: Public Service Company of Oklahoma (PSO)."""
|
6
homeassistant/components/psoklahoma/manifest.json
Normal file
6
homeassistant/components/psoklahoma/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "psoklahoma",
|
||||
"name": "Public Service Company of Oklahoma (PSO)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/swepco/__init__.py
Normal file
1
homeassistant/components/swepco/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: Southwestern Electric Power Company (SWEPCO)."""
|
6
homeassistant/components/swepco/manifest.json
Normal file
6
homeassistant/components/swepco/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "swepco",
|
||||
"name": "Southwestern Electric Power Company (SWEPCO)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user