Add Opower virtual integration for Portland General Electric (#101800)
This commit is contained in:
parent
7d1105228b
commit
1c70cbaebd
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/portlandgeneral/__init__.py
Normal file
1
homeassistant/components/portlandgeneral/__init__.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"""Virtual integration: Portland General Electric (PGE)."""
|
6
homeassistant/components/portlandgeneral/manifest.json
Normal file
6
homeassistant/components/portlandgeneral/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"domain": "portlandgeneral",
|
||||||
|
"name": "Portland General Electric (PGE)",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
}
|
|
@ -4352,6 +4352,11 @@
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
"portlandgeneral": {
|
||||||
|
"name": "Portland General Electric (PGE)",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
},
|
||||||
"private_ble_device": {
|
"private_ble_device": {
|
||||||
"name": "Private BLE Device",
|
"name": "Private BLE Device",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
|
Loading…
Add table
Reference in a new issue