mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Changing camera names to ensure frigate, go2rtc, and home assistant all match
This commit is contained in:
@@ -7,7 +7,7 @@ visible:
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-08.yaml
|
||||
|
||||
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
@@ -20,35 +20,35 @@ cards:
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam08_improve_contrast
|
||||
entity: switch.girls_room_cam_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam08_snapshots
|
||||
entity: switch.girls_room_cam_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam08_detect
|
||||
entity: switch.girls_room_cam_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam08_all_occupancy
|
||||
entity: binary_sensor.girls_room_cam_all_occupancy
|
||||
- type: entities
|
||||
title: Person
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Person
|
||||
entity: sensor.frigate_cam08_person_count
|
||||
entity: sensor.girls_room_cam_person_count
|
||||
- name: Person
|
||||
entity: binary_sensor.frigate_cam08_person_occupancy
|
||||
entity: binary_sensor.girls_room_cam_person_occupancy
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
- camera_entity: camera.girls_room_cam
|
||||
title: Person
|
||||
icon: mdi:teddy-bear
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam08
|
||||
camera_name: girls_room_cam
|
||||
zone: girls_room
|
||||
label: person
|
||||
url: http://192.168.1.7:5000
|
||||
|
||||
Reference in New Issue
Block a user