home-assistant: add fiblary3 dependency for fibaro
This is now packaged (python3Packages.fiblary3-fork).
This commit is contained in:
parent
2e8071c4e2
commit
dfca3ba25b
@ -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; [ ];
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user