mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
Will pushing from the server break anything?
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
type: conditional
|
||||
conditions:
|
||||
- condition: state
|
||||
entity: sensor.frigate_cam13_camera_fps
|
||||
state_not: "0"
|
||||
entity: sensor.frigate_cam12_camera_fps
|
||||
state_not: "500"
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
@@ -14,12 +14,12 @@ card:
|
||||
status_bar:
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam13
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: cam13_sub_opus
|
||||
stream: cam13_sub
|
||||
live:
|
||||
preload: true
|
||||
draggable: true
|
||||
@@ -42,7 +42,7 @@ card:
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
aspect_ratio: "16:9"
|
||||
elements:
|
||||
- type: image
|
||||
image: /local/title-dark-double.png
|
||||
@@ -53,23 +53,23 @@ card:
|
||||
width: 100%
|
||||
height: 10%
|
||||
opacity: 70%
|
||||
- type: image
|
||||
entity: camera.frigate_cam13
|
||||
image: /local/title-dark-double.png
|
||||
aspect_ratio: 100%
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /ai-yml/ai-cam13
|
||||
style:
|
||||
transform: initial
|
||||
top: 0px
|
||||
left: 0px
|
||||
width: 100%
|
||||
height: 100%
|
||||
opacity: 0%
|
||||
# - type: image
|
||||
# entity: camera.frigate_cam13
|
||||
# image: /local/title-dark-double.png
|
||||
# aspect_ratio: 100%
|
||||
# tap_action:
|
||||
# action: navigate
|
||||
# navigation_path: /ai-yml/ai-cam13
|
||||
# style:
|
||||
# transform: initial
|
||||
# top: 0px
|
||||
# left: 0px
|
||||
# width: 100%
|
||||
# height: 100%
|
||||
# opacity: 0%
|
||||
|
||||
- type: state-icon
|
||||
entity: group.front_room_motion
|
||||
entity: binary_sensor.front_room_motion
|
||||
style:
|
||||
left: 8%
|
||||
top: 95%
|
||||
|
||||
Reference in New Issue
Block a user