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
ed63226298
commit
7d5239daee
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@
|
|||
"rest" = ps: with ps; [ jsonpath xmltodict ];
|
||||
"rest_command" = ps: with ps; [ ];
|
||||
"rflink" = ps: with ps; [ rflink ];
|
||||
"rfxtrx" = ps: with ps; [ ]; # missing inputs: pyRFXtrx
|
||||
"rfxtrx" = ps: with ps; [ pyrfxtrx ];
|
||||
"ring" = ps: with ps; [ ha-ffmpeg ring-doorbell ];
|
||||
"ripple" = ps: with ps; [ ]; # missing inputs: python-ripple-api
|
||||
"risco" = ps: with ps; [ pyrisco ];
|
||||
|
|
Loading…
Reference in a new issue