This commit is contained in:
mjallen18
2026-03-26 11:42:16 -05:00
parent 85ea3039f4
commit aed841d32e
15 changed files with 39 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
{
buildHomeAssistantComponent,
python3Packages,
fetchFromGitHub,
home-assistant,
...
}:
buildHomeAssistantComponent rec {
@@ -16,7 +16,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-FAuL3A8wtGwt+GM180A7wMlIvJvGoLmxNLCtnomxV3o=";
};
nativeBuildInputs = with python3Packages; [
nativeBuildInputs = with home-assistant.python.pkgs; [
beautifulsoup4
];