mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
title: Surveillance
|
|
path: cameras
|
|
icon: mdi:cctv
|
|
visible:
|
|
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
|
panel: true
|
|
cards:
|
|
# - type: picture-entity
|
|
# entity: camera.amcrest_all
|
|
# camera_image: camera.amcrest_all
|
|
|
|
- type: custom:surveillance-card
|
|
thumb_interval: 15
|
|
update_interval: 0.5
|
|
recording_duration: 10
|
|
show_capture_buttons: false
|
|
camera_view: live
|
|
focus_motion: true
|
|
cameras:
|
|
- entity: camera.girls_room_cam
|
|
motion_entity: binary_sensor.girls_room_cam_person_occupancy
|
|
- entity: camera.kitchen_cam
|
|
motion_entity: binary_sensor.kitchen_cam_person_occupancy
|
|
- entity: camera.boys_room_cam
|
|
motion_entity: binary_sensor.boys_room_cam_person_occupancy
|
|
- entity: camera.computer_area_cam
|
|
motion_entity: binary_sensor.computer_area_cam_person_occupancy
|
|
- entity: camera.bedroom_cam
|
|
motion_entity: binary_sensor.bedroom_cam_person_occupancy
|
|
- entity: camera.garage_cam
|
|
motion_entity: binary_sensor.garage_cam_person_occupancy
|
|
- entity: camera.doorbell_cam
|
|
motion_entity: binary_sensor.doorbell_cam_person_occupancy
|