mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00: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:
parent
449790c178
commit
72f1d8ec15
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,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
|
"duquesne_light": {
|
||||||
|
"name": "Duquesne Light",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
},
|
||||||
"dwd_weather_warnings": {
|
"dwd_weather_warnings": {
|
||||||
"name": "Deutscher Wetterdienst (DWD) Weather Warnings",
|
"name": "Deutscher Wetterdienst (DWD) Weather Warnings",
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user