home-assistant: update component-packages.nix

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

@ -352,7 +352,7 @@
"history" = ps: with ps; [ aiohttp-cors sqlalchemy ];
"history_stats" = ps: with ps; [ sqlalchemy ];
"hitron_coda" = ps: with ps; [ ];
"hive" = ps: with ps; [ ]; # missing inputs: pyhiveapi
"hive" = ps: with ps; [ pyhiveapi ];
"hlk_sw16" = ps: with ps; [ ]; # missing inputs: hlk-sw16
"home_connect" = ps: with ps; [ aiohttp-cors homeconnect ];
"home_plus_control" = ps: with ps; [ aiohttp-cors homepluscontrol ];

Loading…
Cancel
Save