mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
home-assistant: update component-packages.nix
This commit is contained in:
parent
00c2250571
commit
72a8e1381a
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@
|
|||
"dte_energy_bridge" = ps: with ps; [ ];
|
||||
"dublin_bus_transport" = ps: with ps; [ ];
|
||||
"duckdns" = ps: with ps; [ ];
|
||||
"dunehd" = ps: with ps; [ ]; # missing inputs: pdunehd
|
||||
"dunehd" = ps: with ps; [ pdunehd ];
|
||||
"dwd_weather_warnings" = ps: with ps; [ dwdwfsapi ];
|
||||
"dweet" = ps: with ps; [ ]; # missing inputs: dweepy
|
||||
"dynalite" = ps: with ps; [ ]; # missing inputs: dynalite_devices
|
||||
|
|
Loading…
Reference in a new issue