mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Refactor camera cards to use advanced-camera-card format
- Updated garage-card.yaml to use vertical-stack and advanced-camera-card structure. - Refactored indoor-camera-cycler.yaml to include multiple cameras in advanced-camera-card format. - Modified kitchen-card.yaml to align with new advanced-camera-card structure. - Consolidated master-bedroom-card.yaml to include both left and right cameras in a single advanced-camera-card. - Removed deprecated master-bedroom-left-card.yaml and master-bedroom-right-card.yaml files. - Updated nursery-card.yaml to follow the new advanced-camera-card format. - Refactored outdoor-camera-cycler.yaml to utilize advanced-camera-card for multiple outdoor cameras. - Cleaned up view-ha-floorplan.yaml by removing commented-out code. - Updated view-overview.yaml to remove unused plant entities. - Corrected media source paths in wake_up_the_master_bedroom.yaml and take_meds.yaml scripts. - Added new ESPHome configurations for bed presence sensors. - Updated full-sized floorplan SVG with new IDs for bed presence sensors.
This commit is contained in:
@@ -1,40 +1,65 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam14_sub
|
||||
icon: mdi:grass
|
||||
title: Back Yard
|
||||
id: back_yard
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam14
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam14_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
@@ -1,40 +1,65 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam01
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam01_sub
|
||||
icon: mdi:yoga
|
||||
title: Blue Room
|
||||
id: blue_room
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam01
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam01
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam01_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
@@ -1,40 +1,65 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam03_sub
|
||||
icon: mdi:desktop-classic
|
||||
title: Computer Area
|
||||
id: computer_area
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam03
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam03_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
@@ -1,40 +1,65 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam19_sub
|
||||
icon: mdi:doorbell-video
|
||||
title: Front Porch
|
||||
id: front_porch
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam19
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam19_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
@@ -1,40 +1,65 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam13
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam13_sub
|
||||
icon: mdi:television
|
||||
title: Front Room
|
||||
id: front_room
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam13
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam13
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam13_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
@@ -1,40 +1,65 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam18_sub
|
||||
icon: mdi:grass
|
||||
title: Front Yard
|
||||
id: front_yard
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam18
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam18_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
@@ -1,40 +1,65 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam04_sub
|
||||
icon: mdi:garage
|
||||
title: Garage
|
||||
id: garage
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam04
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam04_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
@@ -1,44 +1,97 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.indoor_camera_cycle
|
||||
state: Blue Room
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/blue-room-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.indoor_camera_cycle
|
||||
state: Computer Area
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/computer-area-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.indoor_camera_cycle
|
||||
state: Bedroom Left
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/master-bedroom-left-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.indoor_camera_cycle
|
||||
state: Bedroom Right
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/master-bedroom-right-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.indoor_camera_cycle
|
||||
state: Nursery
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/nursery-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.indoor_camera_cycle
|
||||
state: Kitchen
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/kitchen-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.indoor_camera_cycle
|
||||
state: Front Room
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/front-room-card.yaml
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam03
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam03_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
events: []
|
||||
occupancy: false
|
||||
- camera_entity: camera.frigate_cam04
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam04
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam04_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
events: []
|
||||
occupancy: false
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam12
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam12_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
|
||||
@@ -1,40 +1,65 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam12_sub
|
||||
icon: mdi:fridge
|
||||
title: Kitchen
|
||||
id: kitchen
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: 1280:800
|
||||
layout:
|
||||
fit: fill
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: hidden
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam12
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam12_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles:
|
||||
- low-performance
|
||||
- casting
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
|
||||
@@ -1,14 +1,85 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.master_bedroom_camera
|
||||
state: Left
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/master-bedroom-left-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.master_bedroom_camera
|
||||
state: Right
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/master-bedroom-right-card.yaml
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam06
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam06
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam06_sub
|
||||
modes:
|
||||
- webrtc
|
||||
title: MBR Left
|
||||
icon: mdi:bed-king
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
events: []
|
||||
occupancy: false
|
||||
- camera_entity: camera.frigate_cam07
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam07
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam07_sub
|
||||
modes:
|
||||
- webrtc
|
||||
title: MBR Right
|
||||
icon: mdi:bed-king
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam06
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam06_sub
|
||||
icon: mdi:bed-queen
|
||||
title: MBR Left
|
||||
id: mbr_left
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
@@ -1,6 +0,0 @@
|
||||
title: Master Bedroom Left
|
||||
path: mbr-camera-left
|
||||
icon: mdi:bed-king
|
||||
panel: true
|
||||
cards:
|
||||
- !include /config/lovelace/stretch-cameras/master-bedroom-left-card.yaml
|
||||
@@ -1,40 +0,0 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam07
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam07_sub
|
||||
icon: mdi:bed-queen
|
||||
title: MBR Right
|
||||
id: mbr_right
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
@@ -1,6 +0,0 @@
|
||||
title: Master Bedroom Right
|
||||
path: mbr-camera-right
|
||||
icon: mdi:bed-king
|
||||
panel: true
|
||||
cards:
|
||||
- !include /config/lovelace/stretch-cameras/master-bedroom-right-card.yaml
|
||||
@@ -1,40 +1,65 @@
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam08_sub
|
||||
icon: mdi:bunk-bed
|
||||
title: Nursery
|
||||
id: nursery
|
||||
live:
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
draggable: true
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam08
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam08_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
@@ -1,26 +1,97 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.outdoor_camera_cycle
|
||||
state: Garage
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/garage-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.outdoor_camera_cycle
|
||||
state: Back Yard
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/back-yard-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.outdoor_camera_cycle
|
||||
state: Front Porch
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/front-porch-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.outdoor_camera_cycle
|
||||
state: Front Yard
|
||||
card:
|
||||
!include /config/lovelace/stretch-cameras/front-yard-card.yaml
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
fit: fill
|
||||
|
||||
status_bar:
|
||||
style: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
style: none
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam18
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam18_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
events: []
|
||||
occupancy: false
|
||||
- camera_entity: camera.frigate_cam04
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam04
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam04_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
events: []
|
||||
occupancy: false
|
||||
- camera_entity: camera.frigate_cam19
|
||||
live_provider: go2rtc
|
||||
id: frigate-cam19
|
||||
capabilities:
|
||||
disable: []
|
||||
disable_except:
|
||||
- live
|
||||
go2rtc:
|
||||
stream: rtsp_cam19_sub
|
||||
modes:
|
||||
- webrtc
|
||||
always_error_if_entity_unavailable: false
|
||||
triggers:
|
||||
motion: false
|
||||
entities: []
|
||||
view:
|
||||
default: live
|
||||
default_reset:
|
||||
every_seconds: 5
|
||||
after_interaction: true
|
||||
interaction_mode: all
|
||||
default_cycle_camera: true
|
||||
triggers:
|
||||
filter_selected_camera: false
|
||||
profiles: []
|
||||
grid_options:
|
||||
columns: full
|
||||
live:
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: false
|
||||
lazy_load: false
|
||||
controls:
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
builtin: false
|
||||
next_previous:
|
||||
style: none
|
||||
zoomable: false
|
||||
auto_play:
|
||||
- selected
|
||||
transition_effect: slide
|
||||
display:
|
||||
mode: single
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:10'
|
||||
|
||||
Reference in New Issue
Block a user