mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
Add Seattle City Light virtual integration via Opower (#104997)
This commit is contained in:
1
homeassistant/components/scl/__init__.py
Normal file
1
homeassistant/components/scl/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: Seattle City Light (SCL)."""
|
6
homeassistant/components/scl/manifest.json
Normal file
6
homeassistant/components/scl/manifest.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "scl",
|
||||||
|
"name": "Seattle City Light (SCL)",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
}
|
@@ -4953,6 +4953,11 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
"scl": {
|
||||||
|
"name": "Seattle City Light (SCL)",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
},
|
||||||
"scrape": {
|
"scrape": {
|
||||||
"name": "Scrape",
|
"name": "Scrape",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Reference in New Issue
Block a user