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:
@@ -20,35 +20,35 @@ cards:
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam03_improve_contrast
|
||||
entity: switch.computer_area_cam_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam03_snapshots
|
||||
entity: switch.computer_area_cam_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam03_detect
|
||||
entity: switch.computer_area_cam_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam03_all_occupancy
|
||||
entity: binary_sensor.computer_area_cam_all_occupancy
|
||||
- type: entities
|
||||
title: Computer Area
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Computer Area
|
||||
entity: sensor.frigate_cam03_person_count
|
||||
entity: sensor.computer_area_cam_person_count
|
||||
- name: Computer Area
|
||||
entity: binary_sensor.frigate_cam03_person_occupancy
|
||||
entity: binary_sensor.computer_area_cam_person_occupancy
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
- camera_entity: camera.computer_area_cam
|
||||
title: Computer Area
|
||||
icon: mdi:desktop-classic
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam03
|
||||
camera_name: computer_area_cam
|
||||
zone: computer_area
|
||||
label: person
|
||||
url: http://192.168.1.7:5000
|
||||
@@ -86,7 +86,7 @@ cards:
|
||||
entity: binary_sensor.great_room_person_occupancy
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
- camera_entity: camera.computer_area_cam
|
||||
title: Great Room
|
||||
icon: mdi:microsoft-xbox-controller
|
||||
live_provider: go2rtc
|
||||
@@ -95,7 +95,7 @@ cards:
|
||||
- webrtc
|
||||
stream: cam03_sub
|
||||
frigate:
|
||||
camera_name: frigate_cam03
|
||||
camera_name: computer_area_cam
|
||||
zone: great_room
|
||||
label: person
|
||||
view:
|
||||
|
||||
Reference in New Issue
Block a user