summaryrefslogtreecommitdiffstats
path: root/pkgs/servers
diff options
context:
space:
mode:
authorEnno Richter <enno@nerdworks.de>2021-03-21 15:15:32 +0100
committerEnno Richter <enno@nerdworks.de>2021-03-23 09:45:55 +0100
commit62e8769a3a5e6ec849995448a49907cb1bf75339 (patch)
treeb1f7192aef2d1331fa2057493e730f90cd8fa7d5 /pkgs/servers
parentb96a0d045a97e1ab533014415db5cc7a33548341 (diff)
home-assistant: update component-packages.nix
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 80fc6fbc3334..502dae9cffb5 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -192,7 +192,7 @@
"dublin_bus_transport" = ps: with ps; [ ];
"duckdns" = ps: with ps; [ ];
"dunehd" = ps: with ps; [ ]; # missing inputs: pdunehd
- "dwd_weather_warnings" = ps: with ps; [ ]; # missing inputs: dwdwfsapi
+ "dwd_weather_warnings" = ps: with ps; [ dwdwfsapi ];
"dweet" = ps: with ps; [ ]; # missing inputs: dweepy
"dynalite" = ps: with ps; [ ]; # missing inputs: dynalite_devices
"dyson" = ps: with ps; [ aiohttp-cors libpurecool zeroconf ];