Add Duquesne Light virtual integration supported by opower (#109272)
Co-authored-by: Dan Swartz <3066652+swartzd@users.noreply.github.com>pull/109359/head
parent
449790c178
commit
72f1d8ec15
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Duquesne Light."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "duquesne_light",
|
||||
"name": "Duquesne Light",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
|
@ -1342,6 +1342,11 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"duquesne_light": {
|
||||
"name": "Duquesne Light",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
},
|
||||
"dwd_weather_warnings": {
|
||||
"name": "Deutscher Wetterdienst (DWD) Weather Warnings",
|
||||
"integration_type": "service",
|
||||
|
|
Loading…
Reference in New Issue