home-assistant: update component-packages.nix

This commit is contained in:
Enno Richter 2021-03-21 15:15:32 +01:00
parent b96a0d045a
commit 62e8769a3a

View file

@ -192,7 +192,7 @@
"dublin_bus_transport" = ps: with ps; [ ]; "dublin_bus_transport" = ps: with ps; [ ];
"duckdns" = ps: with ps; [ ]; "duckdns" = ps: with ps; [ ];
"dunehd" = ps: with ps; [ ]; # missing inputs: pdunehd "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 "dweet" = ps: with ps; [ ]; # missing inputs: dweepy
"dynalite" = ps: with ps; [ ]; # missing inputs: dynalite_devices "dynalite" = ps: with ps; [ ]; # missing inputs: dynalite_devices
"dyson" = ps: with ps; [ aiohttp-cors libpurecool zeroconf ]; "dyson" = ps: with ps; [ aiohttp-cors libpurecool zeroconf ];