mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Changing camera names to ensure frigate, go2rtc, and home assistant all match
This commit is contained in:
@@ -20,19 +20,19 @@ cards:
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam14_improve_contrast
|
||||
entity: switch.upstairs_cam_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam14_snapshots
|
||||
entity: switch.upstairs_cam_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam14_detect
|
||||
entity: switch.upstairs_cam_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam14_all_occupancy
|
||||
entity: binary_sensor.upstairs_cam_all_occupancy
|
||||
- type: entities
|
||||
title: Kitchen
|
||||
show_header_toggle: false
|
||||
@@ -43,12 +43,12 @@ cards:
|
||||
entity: binary_sensor.kitchen_person_occupancy
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
- camera_entity: camera.upstairs_cam
|
||||
title: Kitchen
|
||||
icon: mdi:fridge
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam14
|
||||
camera_name: upstairs_cam
|
||||
zone: kitchen
|
||||
label: person
|
||||
url: http://192.168.1.7:5000
|
||||
@@ -86,12 +86,12 @@ cards:
|
||||
entity: binary_sensor.dining_room_person_occupancy
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
- camera_entity: camera.upstairs_cam
|
||||
title: Dining Room
|
||||
icon: mdi:table-chair
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam14
|
||||
camera_name: upstairs_cam
|
||||
zone: dining_room
|
||||
label: person
|
||||
url: http://192.168.1.7:5000
|
||||
@@ -129,12 +129,12 @@ cards:
|
||||
entity: binary_sensor.front_room_person_occupancy
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
- camera_entity: camera.upstairs_cam
|
||||
title: Front Room
|
||||
icon: mdi:television
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam14
|
||||
camera_name: upstairs_cam
|
||||
zone: front_room
|
||||
label: person
|
||||
url: http://192.168.1.7:5000
|
||||
|
||||
Reference in New Issue
Block a user