home-assistant-custom-components.{openplantbook,thewatchman}: use ignoreVersionRequirement (#516515)

This commit is contained in:
Sandro
2026-05-06 15:51:00 +00:00
committed by GitHub
2 changed files with 7 additions and 8 deletions
@@ -20,10 +20,10 @@ buildHomeAssistantComponent rec {
hash = "sha256-Ym7bt+0s7eqlL3oDtppIGenoW1XvrSjKkV2flE0TzUo=";
};
postPatch = ''
substituteInPlace custom_components/openplantbook/manifest.json \
--replace-fail "==" ">="
'';
ignoreVersionRequirement = [
"json-timeseries"
"openplantbook-sdk"
];
dependencies = [
json-timeseries
@@ -20,10 +20,9 @@ buildHomeAssistantComponent rec {
hash = "sha256-5BXIKh8uPKuxsLbxu0fUbuCR2LYOXk1HpOvrqehg0u0=";
};
postPatch = ''
substituteInPlace custom_components/watchman/manifest.json \
--replace-fail "prettytable==3.12.0" "prettytable"
'';
ignoreVersionRequirement = [
"prettytable"
];
dontBuild = true;