diff --git a/services/home-assistant.nix b/services/home-assistant.nix index 9eeeb24..1caae38 100644 --- a/services/home-assistant.nix +++ b/services/home-assistant.nix @@ -27,7 +27,7 @@ in { # pytestCheckPhase uses too much RAM and pi can't handle it doCheck = false; doInstallCheck = false; - })).override { extraComponents = [ "otp" "roku" ]; }; + })).override { extraComponents = [ "otp" "roku" "onvif" ]; }; config = { homeassistant = { name = "Home";