From e11bd38e3e8edaf3c0d1833406d4bed59461b28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 26 Jan 2025 00:18:36 +0200 Subject: [PATCH] hass: +frigate --- modules/services/hass/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 = { };