mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
home-assistant: update component-packages.nix
This commit is contained in:
parent
5698f71177
commit
45c5ead53c
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@
|
|||
"switcher_kis" = ps: with ps; [ aioswitcher ];
|
||||
"switchmate" = ps: with ps; [ ]; # missing inputs: pySwitchmate
|
||||
"syncthing" = ps: with ps; [ aiosyncthing ];
|
||||
"syncthru" = ps: with ps; [ url-normalize ]; # missing inputs: pysyncthru
|
||||
"syncthru" = ps: with ps; [ pysyncthru url-normalize ];
|
||||
"synology_chat" = ps: with ps; [ ];
|
||||
"synology_dsm" = ps: with ps; [ synologydsm-api ];
|
||||
"synology_srm" = ps: with ps; [ ]; # missing inputs: synology-srm
|
||||
|
|
Loading…
Reference in a new issue