diff --git a/modules/services/hass/default.nix b/modules/services/hass/default.nix index b26d8da..a2f455c 100644 --- a/modules/services/hass/default.nix +++ b/modules/services/hass/default.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, myData, ... }: @@ -38,6 +39,9 @@ in "ipp" "prometheus" ]; + customComponents = [ + pkgs.home-assistant-custom-components.frigate + ]; config = { default_config = { };