mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
Changing camera names to ensure frigate, go2rtc, and home assistant all match
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
type: conditional
|
||||
conditions:
|
||||
- condition: state
|
||||
entity: sensor.frigate_cam04_camera_fps
|
||||
entity: sensor.garage_cam_camera_fps
|
||||
state_not: "0"
|
||||
card:
|
||||
type: vertical-stack
|
||||
@@ -14,12 +14,10 @@ card:
|
||||
status_bar:
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
- camera_entity: camera.garage_cam
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: cam04_sub
|
||||
performance:
|
||||
profile: low
|
||||
live:
|
||||
preload: true
|
||||
draggable: true
|
||||
@@ -57,7 +55,7 @@ card:
|
||||
height: 10%
|
||||
opacity: 70%
|
||||
- type: image
|
||||
entity: camera.frigate_cam04
|
||||
entity: camera.garage_cam
|
||||
image: /local/title-dark-double.png
|
||||
aspect_ratio: 100%
|
||||
tap_action:
|
||||
@@ -120,18 +118,18 @@ card:
|
||||
top: 40%
|
||||
left: 83%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.parking_spot_vehicle_occupancy
|
||||
state: "on"
|
||||
- entity: binary_sensor.garage_door
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-icon
|
||||
entity: binary_sensor.parking_spot_vehicle_occupancy
|
||||
style:
|
||||
top: 43%
|
||||
left: 40%
|
||||
# - type: conditional
|
||||
# conditions:
|
||||
# - entity: binary_sensor.parking_spot_vehicle_occupancy
|
||||
# state: "on"
|
||||
# - entity: binary_sensor.garage_door
|
||||
# state: "on"
|
||||
# elements:
|
||||
# - type: state-icon
|
||||
# entity: binary_sensor.parking_spot_vehicle_occupancy
|
||||
# style:
|
||||
# top: 43%
|
||||
# left: 40%
|
||||
|
||||
- type: conditional
|
||||
conditions:
|
||||
|
||||
Reference in New Issue
Block a user