Fix dirigera override

This commit is contained in:
Evie Litherland-Smith 2025-02-16 12:53:56 +00:00
parent 61f6914734
commit bde70d0c7b

View file

@ -32,7 +32,7 @@
in in
(with pkgs.home-assistant-custom-components; [ (with pkgs.home-assistant-custom-components; [
(dirigera_platform.override { (dirigera_platform.override {
dirigera = (hassPython.pkgs.dirigera.overrideAttrs (final: prev: { doCheck = false; })); dirigera = (pkgs.python312.pkgs.dirigera.overrideAttrs (final: prev: { doCheck = false; }));
}) })
]) ])
++ [ (hassPython.pkgs.callPackage ./customComponents/tapo_control.nix { }) ]; ++ [ (hassPython.pkgs.callPackage ./customComponents/tapo_control.nix { }) ];