forked from home-assistant/core
Add Opower virtual integration for Portland General Electric (#101800)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Portland General Electric (PGE)."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "portlandgeneral",
|
||||
"name": "Portland General Electric (PGE)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
||||
@@ -4352,6 +4352,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"portlandgeneral": {
|
||||
"name": "Portland General Electric (PGE)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
},
|
||||
"private_ble_device": {
|
||||
"name": "Private BLE Device",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user