Opower add new virtual integrations ConEd and ORU (#99230)
This commit is contained in:
parent
1e37e1e355
commit
cc8f5ca827
5 changed files with 24 additions and 0 deletions
1
homeassistant/components/coned/__init__.py
Normal file
1
homeassistant/components/coned/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Consolidated Edison (ConEd)."""
|
6
homeassistant/components/coned/manifest.json
Normal file
6
homeassistant/components/coned/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "coned",
|
||||
"name": "Consolidated Edison (ConEd)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
1
homeassistant/components/oru_opower/__init__.py
Normal file
1
homeassistant/components/oru_opower/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Orange and Rockland Utilities (ORU) Opower."""
|
6
homeassistant/components/oru_opower/manifest.json
Normal file
6
homeassistant/components/oru_opower/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "oru_opower",
|
||||
"name": "Orange and Rockland Utilities (ORU) Opower",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue