home-assistant-custom-components.rct_power: set ignoreVersionRequirement

This commit is contained in:
Robert Schütz
2025-12-02 09:46:54 -08:00
parent ea4c74dc07
commit 4c8110ce98
@@ -21,6 +21,11 @@ buildHomeAssistantComponent rec {
rctclient
];
ignoreVersionRequirement = [
# rctclient 0.0.4 was never published on PyPI
"rctclient"
];
doCheck = false; # no tests
meta = with lib; {