frigate and hass: +mqtt
This commit is contained in:
@@ -139,6 +139,12 @@ in
|
|||||||
hostname = "r1.jakstys.lt";
|
hostname = "r1.jakstys.lt";
|
||||||
settings = {
|
settings = {
|
||||||
ffmpeg.hwaccel_args = "preset-vaapi";
|
ffmpeg.hwaccel_args = "preset-vaapi";
|
||||||
|
|
||||||
|
mqtt = {
|
||||||
|
enabled = true;
|
||||||
|
host = "::";
|
||||||
|
};
|
||||||
|
|
||||||
detect = {
|
detect = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
fps = 5;
|
fps = 5;
|
||||||
|
|||||||
@@ -26,7 +26,14 @@ in
|
|||||||
services = {
|
services = {
|
||||||
mosquitto = {
|
mosquitto = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listeners = [ { address = "::"; } ];
|
listeners = [
|
||||||
|
{
|
||||||
|
address = "::";
|
||||||
|
acl = [ "pattern readwrite #" ];
|
||||||
|
omitPasswordAuth = true;
|
||||||
|
settings.allow_anonymous = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
|
|||||||
Reference in New Issue
Block a user