home-assistant: update component-packages.nix

launchpad/nixpkgs/master
Robert Schütz 3 years ago
parent 4ec0164ab1
commit e3ff8f5658
  1. 2
      pkgs/servers/home-assistant/component-packages.nix

@ -785,7 +785,7 @@
"solax" = ps: with ps; [ solax ];
"soma" = ps: with ps; [ pysoma ];
"somfy" = ps: with ps; [ aiohttp-cors pymfy ];
"somfy_mylink" = ps: with ps; [ ]; # missing inputs: somfy-mylink-synergy
"somfy_mylink" = ps: with ps; [ somfy-mylink-synergy ];
"sonarr" = ps: with ps; [ sonarr ];
"songpal" = ps: with ps; [ python-songpal ];
"sonos" = ps: with ps; [ aiohttp-cors plexapi plexauth plexwebsocket pysonos ];

Loading…
Cancel
Save