mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Opower add new virtual integrations ConEd and ORU (#99230)
This commit is contained in:
parent
1e37e1e355
commit
cc8f5ca827
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,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
"coned": {
|
||||||
|
"name": "Consolidated Edison (ConEd)",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
},
|
||||||
"control4": {
|
"control4": {
|
||||||
"name": "Control4",
|
"name": "Control4",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
@ -4075,6 +4080,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
"oru_opower": {
|
||||||
|
"name": "Orange and Rockland Utilities (ORU) Opower",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
},
|
||||||
"orvibo": {
|
"orvibo": {
|
||||||
"name": "Orvibo",
|
"name": "Orvibo",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user