hass: +frigate

This commit is contained in:
2025-01-26 00:18:36 +02:00
parent 91375eea7d
commit e11bd38e3e

View File

@@ -1,6 +1,7 @@
{ {
config, config,
lib, lib,
pkgs,
myData, myData,
... ...
}: }:
@@ -38,6 +39,9 @@ in
"ipp" "ipp"
"prometheus" "prometheus"
]; ];
customComponents = [
pkgs.home-assistant-custom-components.frigate
];
config = { config = {
default_config = { }; default_config = { };