Skip to content

Commit

Permalink
[home] escaping var on frigate init config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 19, 2024
1 parent 4cb1710 commit e12d8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/home/frigate/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data:
person: 1000
go2rtc:
streams:
hall_cam: exec:ffmpeg -hide_banner g -headers "Authorization: Bearer {FRIGATE_HA_TOKEN}" -i http://home-assistant.homeassistant.svc.cluster.local:8123/api/camera_proxy/camera.acessoweb_scseg_com_br -re -stream_loop -1 -rtsp_transport -c copy -f rtsp {{output}}
hall_cam: exec:ffmpeg -hide_banner g -headers "Authorization: Bearer {{FRIGATE_HA_TOKEN}}" -i http://home-assistant.homeassistant.svc.cluster.local:8123/api/camera_proxy/camera.acessoweb_scseg_com_br -re -stream_loop -1 -rtsp_transport -c copy -f rtsp {{output}}
cameras:
hall_cam:
enabled: true
Expand Down

0 comments on commit e12d8da

Please sign in to comment.