Skip to content

Commit

Permalink
home-assistant: add fiblary3 dependency for fibaro
Browse files Browse the repository at this point in the history
This is now packaged (python3Packages.fiblary3-fork).
  • Loading branch information
graham33 authored and dotlambda committed Feb 19, 2022
1 parent 2e8071c commit dfca3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/component-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"ffmpeg" = ps: with ps; [ ha-ffmpeg ];
"ffmpeg_motion" = ps: with ps; [ ha-ffmpeg ];
"ffmpeg_noise" = ps: with ps; [ ha-ffmpeg ];
"fibaro" = ps: with ps; [ ]; # missing inputs: fiblary3
"fibaro" = ps: with ps; [ fiblary3-fork ];
"fido" = ps: with ps; [ pyfido ];
"file" = ps: with ps; [ ];
"filesize" = ps: with ps; [ ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/servers/home-assistant/parse-requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
PKG_PREFERENCES = {
"youtube_dl": "youtube-dl-light",
"tensorflow": "tensorflow",
"fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466
}


Expand Down

0 comments on commit dfca3ba

Please sign in to comment.