mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add Seattle City Light virtual integration via Opower (#104997)
This commit is contained in:
parent
d61814a1ed
commit
de758fd7b3
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,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"scl": {
|
||||
"name": "Seattle City Light (SCL)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
},
|
||||
"scrape": {
|
||||
"name": "Scrape",
|
||||
"integration_type": "hub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user