Add Seattle City Light virtual integration via Opower (#104997)
parent
d61814a1ed
commit
de758fd7b3
homeassistant
components/scl
generated
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Seattle City Light (SCL)."""
|
|
@ -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…
Reference in New Issue