Add Seattle City Light virtual integration via Opower (#104997)
This commit is contained in:
parent
d61814a1ed
commit
de758fd7b3
3 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue