hass
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user