Changing camera names to ensure frigate, go2rtc, and home assistant all match

This commit is contained in:
CeeWeasel
2026-06-06 14:04:03 -04:00
parent 70989327d5
commit 30bbe781ef
92 changed files with 555 additions and 2232 deletions
+17 -17
View File
@@ -7,7 +7,7 @@ visible:
- user: cad46dedf86f454ebbd7f697a58730f2
cards:
- !include /config/lovelace/cameras/view-camera-04.yaml
- type: vertical-stack
view_layout:
position: sidebar
@@ -20,35 +20,35 @@ cards:
columns: 4
entities:
- name: Contrast
entity: switch.frigate_cam04_improve_contrast
entity: switch.garage_cam_improve_contrast
tap_action:
action: toggle
- name: Snapshots
entity: switch.frigate_cam04_snapshots
entity: switch.garage_cam_snapshots
tap_action:
action: toggle
- name: Detect
entity: switch.frigate_cam04_detect
entity: switch.garage_cam_detect
tap_action:
action: toggle
- name: Occupancy
entity: binary_sensor.frigate_cam04_all_occupancy
entity: binary_sensor.garage_cam_all_occupancy
- type: entities
title: Garage Person
show_header_toggle: false
entities:
- name: Garage
entity: sensor.frigate_cam04_person_count
entity: sensor.garage_cam_person_count
- name: Garage
entity: binary_sensor.frigate_cam04_person_occupancy
entity: binary_sensor.garage_cam_person_occupancy
- type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam04
- camera_entity: camera.garage_cam
title: Walkway
icon: mdi:garage
live_provider: ha
frigate:
camera_name: frigate_cam04
camera_name: garage_cam
zone: walkway
label: person
url: http://192.168.1.7:5000
@@ -78,12 +78,12 @@ cards:
style: chevrons
- type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam04
- camera_entity: camera.garage_cam
title: Workshop
icon: mdi:garage
live_provider: ha
frigate:
camera_name: frigate_cam04
camera_name: garage_cam
zone: workshop
label: person
url: http://192.168.1.7:5000
@@ -116,17 +116,17 @@ cards:
show_header_toggle: false
entities:
- name: Garage
entity: sensor.frigate_cam04_vehicle_count
entity: sensor.garage_cam_vehicle_count
- name: Garage
entity: binary_sensor.frigate_cam04_vehicle_occupancy
entity: binary_sensor.garage_cam_vehicle_occupancy
- type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam04
- camera_entity: camera.garage_cam
title: East Side
icon: mdi:garage
live_provider: ha
frigate:
camera_name: frigate_cam04
camera_name: garage_cam
zone: east_side
label: vehicle
url: http://192.168.1.7:5000
@@ -156,12 +156,12 @@ cards:
style: chevrons
- type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam04
- camera_entity: camera.garage_cam
title: West Side
icon: mdi:garage
live_provider: ha
frigate:
camera_name: frigate_cam04
camera_name: garage_cam
zone: west_side
label: vehicle
url: http://192.168.1.7:5000