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:
@@ -7,7 +7,7 @@ visible:
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-19.yaml
|
||||
|
||||
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
@@ -20,19 +20,19 @@ cards:
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam19_improve_contrast
|
||||
entity: switch.doorbell_cam_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam19_snapshots
|
||||
entity: switch.doorbell_cam_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam19_detect
|
||||
entity: switch.doorbell_cam_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_all_occupancy
|
||||
entity: binary_sensor.doorbell_cam_all_occupancy
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: glance
|
||||
@@ -41,17 +41,17 @@ cards:
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam19_person_count
|
||||
entity: sensor.doorbell_cam_person_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_person_occupancy
|
||||
entity: binary_sensor.doorbell_cam_person_occupancy
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
- camera_entity: camera.doorbell_cam
|
||||
title: Person
|
||||
icon: mdi:door
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam19
|
||||
camera_name: doorbell_cam
|
||||
label: person
|
||||
url: http://192.168.1.7:5000
|
||||
view:
|
||||
@@ -86,17 +86,17 @@ cards:
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam19_vehicle_count
|
||||
entity: sensor.doorbell_cam_vehicle_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_vehicle_occupancy
|
||||
entity: binary_sensor.doorbell_cam_vehicle_occupancy
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
- camera_entity: camera.doorbell_cam
|
||||
title: Vehicle
|
||||
icon: mdi:door
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam19
|
||||
camera_name: doorbell_cam
|
||||
label: vehicle
|
||||
url: http://192.168.1.7:5000
|
||||
view:
|
||||
@@ -131,17 +131,17 @@ cards:
|
||||
# columns: 1
|
||||
# entities:
|
||||
# - name: Count
|
||||
# entity: sensor.frigate_cam19_animal_count
|
||||
# entity: sensor.doorbell_cam_animal_count
|
||||
# - name: Occupancy
|
||||
# entity: binary_sensor.frigate_cam19_animal_occupancy
|
||||
# entity: binary_sensor.doorbell_cam_animal_occupancy
|
||||
# - type: custom:advanced-camera-card
|
||||
# cameras:
|
||||
# - camera_entity: camera.frigate_cam19
|
||||
# - camera_entity: camera.doorbell_cam
|
||||
# title: Front Porch
|
||||
# icon: mdi:bird
|
||||
# live_provider: ha
|
||||
# frigate:
|
||||
# camera_name: frigate_cam19
|
||||
# camera_name: doorbell_cam
|
||||
# label: animal
|
||||
# url: http://192.168.1.7:5000
|
||||
# view:
|
||||
|
||||
Reference in New Issue
Block a user