hass: +frigate
This commit is contained in:
@@ -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 = { };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user