mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 10:23:46 +02:00
Add Duquesne Light virtual integration supported by opower (#109272)
Co-authored-by: Dan Swartz <3066652+swartzd@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user