mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
119 lines
2.6 KiB
YAML
119 lines
2.6 KiB
YAML
type: custom:advanced-camera-card
|
|
cameras:
|
|
- camera_entity: camera.frigate_cam08
|
|
title: Girls Room
|
|
live_provider: go2rtc
|
|
go2rtc:
|
|
modes:
|
|
- webrtc
|
|
stream: cam08_sub
|
|
triggers:
|
|
occupancy: false
|
|
motion: false
|
|
entities:
|
|
- binary_sensor.girls_room_motion
|
|
- binary_sensor.bridgets_bed
|
|
- camera_entity: camera.frigate_cam01
|
|
title: Boys Room
|
|
live_provider: go2rtc
|
|
go2rtc:
|
|
modes:
|
|
- webrtc
|
|
stream: cam01_sub
|
|
triggers:
|
|
occupancy: false
|
|
motion: false
|
|
entities:
|
|
- binary_sensor.boys_room_motion
|
|
- binary_sensor.emmetts_bed
|
|
# - camera_entity: camera.frigate_cam13
|
|
# title: Front Room
|
|
# live_provider: go2rtc
|
|
# go2rtc:
|
|
# modes:
|
|
# - webrtc
|
|
# stream: cam12_sub
|
|
# triggers:
|
|
# occupancy: false
|
|
# motion: false
|
|
# entities:
|
|
# - binary_sensor.front_room_motion
|
|
# - binary_sensor.dining_room_motion
|
|
- camera_entity: camera.frigate_cam12
|
|
title: Kitchen
|
|
live_provider: go2rtc
|
|
go2rtc:
|
|
modes:
|
|
- webrtc
|
|
stream: cam13_sub
|
|
triggers:
|
|
occupancy: false
|
|
motion: false
|
|
entities:
|
|
- binary_sensor.kitchen_motion
|
|
- camera_entity: camera.frigate_cam03
|
|
title: Computer Desk
|
|
live_provider: go2rtc
|
|
go2rtc:
|
|
modes:
|
|
- webrtc
|
|
stream: cam03_sub
|
|
triggers:
|
|
occupancy: false
|
|
motion: false
|
|
entities:
|
|
- binary_sensor.computer_chair_contact_occupied
|
|
- binary_sensor.computer_area_motion
|
|
- binary_sensor.great_room_motion
|
|
- camera_entity: camera.frigate_cam06
|
|
title: MBR Left
|
|
live_provider: go2rtc
|
|
go2rtc:
|
|
modes:
|
|
- webrtc
|
|
stream: cam06_sub
|
|
triggers:
|
|
occupancy: false
|
|
motion: false
|
|
entities:
|
|
- binary_sensor.bedroom_motion
|
|
- camera_entity: camera.frigate_cam07
|
|
title: MBR Right
|
|
live_provider: go2rtc
|
|
go2rtc:
|
|
modes:
|
|
- webrtc
|
|
stream: cam07_sub
|
|
triggers:
|
|
occupancy: false
|
|
motion: false
|
|
entities:
|
|
- binary_sensor.bed_presence_c175a4_bed_occupied_either
|
|
# timeline:
|
|
# media: snapshots
|
|
# show_recordings: false
|
|
# view:
|
|
# scan:
|
|
# enabled: true
|
|
# untrigger_seconds: 10
|
|
# untrigger_reset: true
|
|
# default: live
|
|
# camera_select: live
|
|
# dark_mode: "on"
|
|
# update_cycle_camera: true
|
|
# update_seconds: 10
|
|
# menu:
|
|
# buttons:
|
|
# clips:
|
|
# enabled: false
|
|
# timeline:
|
|
# enabled: false
|
|
# snapshots:
|
|
# enabled: false
|
|
# media_player:
|
|
# enabled: false
|
|
# live:
|
|
# lazy_load: true
|
|
# preload: true
|
|
# lazy_unload: hidden
|