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,8 +1,7 @@
{
buildHomeAssistantComponent,
fetchFromGitHub,
pkgs,
# namespace,
home-assistant,
...
}:
buildHomeAssistantComponent rec {
@@ -17,9 +16,8 @@ buildHomeAssistantComponent rec {
hash = "sha256-5h1EqwpnsmWexqB3J/X4OcN9bfBYUxGxLF1Hrmoi5LY=";
};
nativeBuildInputs = with pkgs.python3Packages; [
jsonschema
];
# Use HA's own Python (3.14) packages to satisfy the manifest check for jsonschema
nativeBuildInputs = [ home-assistant.python.pkgs.jsonschema ];
meta = {
changelog = "https://github.com/HASwitchPlate/openHASP-custom-component/releases/tag/${version}";