Skip to content

Commit 70fc459

Browse files
committed
Update config.yml
1 parent 1041a08 commit 70fc459

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

my-apps/home/frigate/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ go2rtc:
4343
streams:
4444
# Nest cameras via Home Assistant WebRTC proxy
4545
backyard-nest:
46-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.backyard_camera"
46+
- "homeassistant://home-assistant.home-assistant:8123?token=${HA_TOKEN}&camera=camera.backyard_camera"
4747
garage-inside-nest:
48-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.garage_inside"
48+
- "homeassistant://home-assistant.home-assistant:8123?token=${HA_TOKEN}&camera=camera.garage_inside"
4949
garage-outside-nest:
50-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.garage_camera"
50+
- "homeassistant://home-assistant.home-assistant:8123?token=${HA_TOKEN}&camera=camera.garage_camera"
5151
front-porch-nest:
52-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.front_porch_doorbell"
52+
- "homeassistant://home-assistant.home-assistant:8123?token=${HA_TOKEN}&camera=camera.front_porch_doorbell"
5353
living-room-nest:
54-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.living_room_camera"
54+
- "homeassistant://home-assistant.home-assistant:8123?token=${HA_TOKEN}&camera=camera.living_room_camera"
5555
kitchen-nest:
56-
- "homeassistant://home-assistant.home-assistant:8123?token={HA_TOKEN}&camera=camera.kitchen_camera"
56+
- "homeassistant://home-assistant.home-assistant:8123?token=${HA_TOKEN}&camera=camera.kitchen_camera"
5757
cameras:
5858
# Keep working shed and driveway cameras
5959
shed:

0 commit comments

Comments
 (0)