Add Opower virtual integration for Portland General Electric (#101800)

This commit is contained in:
Justin Rigling 2023-10-11 02:41:35 -06:00 committed by GitHub
parent 7d1105228b
commit 1c70cbaebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
"""Virtual integration: Portland General Electric (PGE)."""

View file

@ -0,0 +1,6 @@
{
"domain": "portlandgeneral",
"name": "Portland General Electric (PGE)",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

@ -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",