home-assistant: add fiblary3 dependency for fibaro

This is now packaged (python3Packages.fiblary3-fork).
This commit is contained in:
Graham Bennett 2021-02-23 22:04:36 +00:00 committed by Robert Schütz
parent 2e8071c4e2
commit dfca3ba25b
2 changed files with 2 additions and 1 deletions

View File

@ -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; [ ];

View File

@ -39,6 +39,7 @@ PKG_SET = "home-assistant.python.pkgs"
PKG_PREFERENCES = {
"youtube_dl": "youtube-dl-light",
"tensorflow": "tensorflow",
"fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466
}