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:
parent
449790c178
commit
72f1d8ec15
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/duquesne_light/__init__.py
Normal file
1
homeassistant/components/duquesne_light/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: Duquesne Light."""
|
6
homeassistant/components/duquesne_light/manifest.json
Normal file
6
homeassistant/components/duquesne_light/manifest.json
Normal file
|
@ -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…
Add table
Reference in a new issue