fixed names

This commit is contained in:
Bryan Ramos 2026-03-12 04:11:06 -04:00
parent df16533def
commit 1d0e1f736a

View file

@ -19,7 +19,7 @@ in
settings = { settings = {
mqtt.enabled = false; mqtt.enabled = false;
cameras = { cameras = {
"Doorbell" = { "doorbell" = {
ffmpeg = { ffmpeg = {
inputs = [ inputs = [
{ {
@ -33,7 +33,7 @@ in
]; ];
}; };
}; };
"Living Room" = { "living_room" = {
ffmpeg = { ffmpeg = {
inputs = [ inputs = [
{ {
@ -47,7 +47,7 @@ in
]; ];
}; };
}; };
"Kitchen" = { "kitchen" = {
ffmpeg = { ffmpeg = {
inputs = [ inputs = [
{ {
@ -61,7 +61,7 @@ in
]; ];
}; };
}; };
"Parking Lot" = { "parking_lot" = {
ffmpeg = { ffmpeg = {
inputs = [ inputs = [
{ {
@ -75,7 +75,7 @@ in
]; ];
}; };
}; };
"Porch" = { "porch" = {
ffmpeg = { ffmpeg = {
inputs = [ inputs = [
{ {