Opower add new virtual integrations ConEd and ORU (#99230)

This commit is contained in:
rct 2023-08-29 23:35:19 -04:00 committed by GitHub
parent 1e37e1e355
commit cc8f5ca827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1 @@
"""Virtual integration: Consolidated Edison (ConEd)."""

View file

@ -0,0 +1,6 @@
{
"domain": "coned",
"name": "Consolidated Edison (ConEd)",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

@ -0,0 +1 @@
"""Virtual integration: Orange and Rockland Utilities (ORU) Opower."""

View file

@ -0,0 +1,6 @@
{
"domain": "oru_opower",
"name": "Orange and Rockland Utilities (ORU) Opower",
"integration_type": "virtual",
"supported_by": "opower"
}

View file

@ -913,6 +913,11 @@
"config_flow": false,
"iot_class": "local_polling"
},
"coned": {
"name": "Consolidated Edison (ConEd)",
"integration_type": "virtual",
"supported_by": "opower"
},
"control4": {
"name": "Control4",
"integration_type": "hub",
@ -4075,6 +4080,11 @@
"config_flow": false,
"iot_class": "cloud_polling"
},
"oru_opower": {
"name": "Orange and Rockland Utilities (ORU) Opower",
"integration_type": "virtual",
"supported_by": "opower"
},
"orvibo": {
"name": "Orvibo",
"integration_type": "hub",