so many freaking changes!

This commit is contained in:
CeeWeasel
2025-11-21 09:42:43 -05:00
parent 2e0a197b4d
commit 7b8fbb063e
104 changed files with 9183 additions and 2432 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam01_sub
stream: cam01_sub_opus
icon: mdi:earth
title: Boys Room
id: boys_room
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam03_sub
stream: cam03_sub_opus
icon: mdi:desktop-classic
title: Computer Area
id: computer_area
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam04_sub
stream: cam04_sub_opus
live:
preload: true
draggable: true
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam06_sub
stream: cam06_sub_opus
live:
preload: true
draggable: true
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam07_sub
stream: cam07_sub_opus
live:
preload: true
draggable: true
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam08_sub
stream: cam08_sub_opus
live:
preload: true
draggable: true
+1 -1
View File
@@ -17,7 +17,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam12_sub
stream: cam12_sub_opus
cast:
method: dashboard
dashboard:
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam13_sub
stream: cam13_sub_opus
live:
preload: true
draggable: true
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam14_sub
stream: cam14_sub_opus
live:
preload: true
draggable: true
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam18_sub
stream: cam18_sub_opus
live:
preload: true
draggable: true
+1 -1
View File
@@ -19,7 +19,7 @@ card:
go2rtc:
modes:
- webrtc
stream: rtsp_cam19_sub
stream: cam19_sub_opus
live:
preload: true
draggable: true
+2 -2
View File
@@ -28,7 +28,7 @@ card:
disable_except:
- live
go2rtc:
stream: rtsp_cam06_sub
stream: cam06_sub_opus
modes:
- webrtc
title: MBR Left
@@ -46,7 +46,7 @@ card:
disable_except:
- live
go2rtc:
stream: rtsp_cam07_sub
stream: cam07_sub_opus
modes:
- webrtc
title: MBR Right
+2 -2
View File
@@ -1389,11 +1389,11 @@ sections:
heading_style: title
badges:
- type: entity
entity: sensor.master_bathroom_thermostat_temperature
entity: sensor.bathroom_multisensor_air_temperature
tap_action:
action: more-info
- type: entity
entity: sensor.master_bathroom_thermostat_humidity
entity: sensor.bathroom_multisensor_relative_humidity
tap_action:
action: more-info
- type: custom:mushroom-template-card
+2 -2
View File
@@ -10,7 +10,7 @@ cards:
- camera_entity: camera.frigate_cam03
live_provider: webrtc-card
webrtc_card:
url: rtsp://192.168.1.7:8554/rtsp_cam03_sub
url: rtsp://192.168.1.7:8554/cam03_sub_opus
- frigate:
camera_name: frigate_cam03
label: person
@@ -39,4 +39,4 @@ cards:
frigate:
label: person
zone: front_room
image: {}
image: {}
+3 -3
View File
@@ -9,8 +9,8 @@ cards:
- !include /config/lovelace/cameras/view-camera-03.yaml
# - type: horizontal-stack
# cards:
#- !include /config/lovelace/cameras/view-camera-03.yaml
#- !include /config/lovelace/raw-cameras/computer-area-card.yaml
#- !include /config/lovelace/cameras/view-camera-03.yaml
#- !include /config/lovelace/raw-cameras/computer-area-card.yaml
- type: vertical-stack
view_layout:
@@ -97,7 +97,7 @@ cards:
go2rtc:
modes:
- webrtc
stream: rtsp_cam03_sub
stream: cam03_sub_opus
frigate:
camera_name: frigate_cam03
zone: great_room
+1 -1
View File
@@ -106,7 +106,7 @@ cards:
layout: vertical
secondary_info: none
- type: custom:mushroom-entity-card
entity: binary_sensor.furnace_room_door_contact
entity: binary_sensor.furnace_room_multisensor_door
name: Furnace
layout: vertical
secondary_info: none
+3 -3
View File
@@ -55,11 +55,11 @@ cards:
title: Water Softener
columns: 3
entities:
- entity: sensor.water_softener_multisensor_salt_level_in_bags
- entity: sensor.furnace_room_multisensor_salt_level_in_bags
name: Salt (cm)
- entity: sensor.water_softener_multisensor_salt_level_in_cm
- entity: sensor.furnace_room_multisensor_salt_level_in_cm
name: From Bottom (cm)
- entity: sensor.water_softener_multisensor_salt_level_from_top_in_cm
- entity: sensor.furnace_room_multisensor_salt_level_from_top_in_cm
name: From Top (cm)
- type: vertical-stack
cards:
+2 -2
View File
@@ -352,8 +352,8 @@ cards:
hold_action:
action: toggle
secondary: |-
{{states('sensor.master_bathroom_thermostat_temperature')}}°F
{{states('sensor.master_bathroom_thermostat_humidity')}}%
{{states('sensor.bathroom_multisensor_air_temperature')}}°F
{{states('sensor.bathroom_multisensor_relative_humidity')}}%
icon_color: "{{iif(is_state('light.master_bathroom_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
+3 -3
View File
@@ -14,7 +14,7 @@ cards:
- hours_to_show: 24
graph: line
type: sensor
entity: sensor.bathroom_multisensor_temperature
entity: sensor.bathroom_multisensor_air_temperature
detail: 1
name: Multisensor
- hours_to_show: 24
@@ -28,14 +28,14 @@ cards:
- hours_to_show: 24
graph: line
type: sensor
entity: sensor.master_bathroom_thermostat_temperature
entity: sensor.bathroom_multisensor_air_temperature
detail: 1
name: Thermostat
- hours_to_show: 24
graph: line
type: sensor
detail: 1
entity: sensor.master_bathroom_thermostat_humidity
entity: sensor.bathroom_multisensor_relative_humidity
name: Thermostat
- type: horizontal-stack
cards:
+1 -1
View File
@@ -14,7 +14,7 @@ cards:
- hours_to_show: 24
graph: line
type: sensor
entity: sensor.utility_room_multisensor_temperature
entity: sensor.utility_room_multisensor_air_temperature
detail: 1
name: Multisensor
- hours_to_show: 24
+1 -1
View File
@@ -5,7 +5,7 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam14_sub
stream: cam14_sub_opus
live:
auto_mute: all
preload: true
+39 -22
View File
@@ -1,27 +1,44 @@
type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam01
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam01_sub
live:
auto_mute: all
preload: true
draggable: false
show_image_during_load: true
lazy_load: false
controls:
title:
mode: none
timeline:
mode: none
thumbnails:
mode: none
status_bar:
style: none
menu:
buttons:
frigate:
enabled: false
performance:
profile: low
style: none
cameras:
- camera_entity: camera.frigate_cam01
live_provider: go2rtc
id: frigate-cam01
capabilities:
disable: []
disable_except:
- live
go2rtc:
stream: cam01_sub_opus
modes:
- webrtc
view:
default: live
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
+37 -20
View File
@@ -1,27 +1,44 @@
type: custom:advanced-camera-card
# 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: cam03_opus
modes:
- webrtc
stream: rtsp_cam03_sub
live:
auto_mute: all
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
performance:
profile: low
# view:
# default: live
# 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
+39 -22
View File
@@ -1,27 +1,44 @@
type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam19
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam19_sub
live:
auto_mute: all
preload: true
draggable: false
show_image_during_load: true
lazy_load: false
controls:
title:
mode: none
timeline:
mode: none
thumbnails:
mode: none
status_bar:
style: none
menu:
buttons:
frigate:
enabled: false
performance:
profile: low
style: none
cameras:
- camera_entity: camera.frigate_cam19
live_provider: go2rtc
id: frigate-cam19
capabilities:
disable: []
disable_except:
- live
go2rtc:
stream: cam19_sub_opus
modes:
- webrtc
view:
default: live
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
+2 -2
View File
@@ -5,7 +5,7 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam13_sub
stream: cam13_sub_opus
live:
auto_mute: all
preload: true
@@ -24,4 +24,4 @@ menu:
frigate:
enabled: false
performance:
profile: low
profile: low
+39 -22
View File
@@ -1,27 +1,44 @@
type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam18
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam18_sub
live:
auto_mute: all
preload: true
draggable: false
show_image_during_load: true
lazy_load: false
controls:
title:
mode: none
timeline:
mode: none
thumbnails:
mode: none
status_bar:
style: none
menu:
buttons:
frigate:
enabled: false
performance:
profile: low
style: none
cameras:
- camera_entity: camera.frigate_cam18
live_provider: go2rtc
id: frigate-cam18
capabilities:
disable: []
disable_except:
- live
go2rtc:
stream: cam18_sub_opus
modes:
- webrtc
view:
default: live
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
+39 -22
View File
@@ -1,27 +1,44 @@
type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam04
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam04_sub
live:
auto_mute: all
preload: true
draggable: false
show_image_during_load: true
lazy_load: false
controls:
title:
mode: none
timeline:
mode: none
thumbnails:
mode: none
status_bar:
style: none
menu:
buttons:
frigate:
enabled: false
performance:
profile: low
style: none
cameras:
- camera_entity: camera.frigate_cam04
live_provider: go2rtc
id: frigate-cam04
capabilities:
disable: []
disable_except:
- live
go2rtc:
stream: cam04_sub_opus
modes:
- webrtc
view:
default: live
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
+34 -34
View File
@@ -6,7 +6,7 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam08_sub
stream: cam08_sub_opus
triggers:
occupancy: false
motion: false
@@ -19,7 +19,7 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam01_sub
stream: cam01_sub_opus
triggers:
occupancy: false
motion: false
@@ -32,7 +32,7 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam12_sub
stream: cam12_sub_opus
triggers:
occupancy: false
motion: false
@@ -45,7 +45,7 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam13_sub
stream: cam13_sub_opus
triggers:
occupancy: false
motion: false
@@ -57,7 +57,7 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam03_sub
stream: cam03_sub_opus
triggers:
occupancy: false
motion: false
@@ -71,7 +71,7 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam06_sub
stream: cam06_sub_opus
triggers:
occupancy: false
motion: false
@@ -83,36 +83,36 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam07_sub
stream: cam07_sub_opus
triggers:
occupancy: false
motion: false
entities:
- binary_sensor.bed_presence_c175a4_bed_occupied_either
timeline:
media: snapshots
show_recordings: false
view:
scan:
enabled: true
untrigger_seconds: 10
untrigger_reset: true
default: live
camera_select: live
dark_mode: "on"
update_cycle_camera: true
update_seconds: 10
menu:
buttons:
clips:
enabled: false
timeline:
enabled: false
snapshots:
enabled: false
media_player:
enabled: false
live:
lazy_load: true
preload: true
lazy_unload: hidden
# timeline:
# media: snapshots
# show_recordings: false
# view:
# scan:
# enabled: true
# untrigger_seconds: 10
# untrigger_reset: true
# default: live
# camera_select: live
# dark_mode: "on"
# update_cycle_camera: true
# update_seconds: 10
# menu:
# buttons:
# clips:
# enabled: false
# timeline:
# enabled: false
# snapshots:
# enabled: false
# media_player:
# enabled: false
# live:
# lazy_load: true
# preload: true
# lazy_unload: hidden
+39 -22
View File
@@ -1,27 +1,44 @@
type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam12
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam12_sub
live:
auto_mute: all
preload: true
draggable: false
show_image_during_load: true
lazy_load: false
controls:
title:
mode: none
timeline:
mode: none
thumbnails:
mode: none
status_bar:
style: none
menu:
buttons:
frigate:
enabled: false
performance:
profile: low
style: none
cameras:
- camera_entity: camera.frigate_cam12
live_provider: go2rtc
id: frigate-cam12
capabilities:
disable: []
disable_except:
- live
go2rtc:
stream: cam12_sub_opus
modes:
- webrtc
view:
default: live
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
@@ -1,27 +1,44 @@
type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam06
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam06_sub
live:
auto_mute: all
preload: true
draggable: false
show_image_during_load: true
lazy_load: false
controls:
title:
mode: none
timeline:
mode: none
thumbnails:
mode: none
status_bar:
style: none
menu:
buttons:
frigate:
enabled: false
performance:
profile: low
style: none
cameras:
- camera_entity: camera.frigate_cam06
live_provider: go2rtc
id: frigate-cam06
capabilities:
disable: []
disable_except:
- live
go2rtc:
stream: cam06_sub_opus
modes:
- webrtc
view:
default: live
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
@@ -1,27 +1,44 @@
type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam07
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam07_sub
live:
auto_mute: all
preload: true
draggable: false
show_image_during_load: true
lazy_load: false
controls:
title:
mode: none
timeline:
mode: none
thumbnails:
mode: none
status_bar:
style: none
menu:
buttons:
frigate:
enabled: false
performance:
profile: low
style: none
cameras:
- camera_entity: camera.frigate_cam07
live_provider: go2rtc
id: frigate-cam07
capabilities:
disable: []
disable_except:
- live
go2rtc:
stream: cam07_sub_opus
modes:
- webrtc
view:
default: live
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
+39 -22
View File
@@ -1,27 +1,44 @@
type: custom:advanced-camera-card
cameras:
- camera_entity: camera.frigate_cam08
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam08_sub
live:
auto_mute: all
preload: true
draggable: false
show_image_during_load: true
lazy_load: false
controls:
title:
mode: none
timeline:
mode: none
thumbnails:
mode: none
status_bar:
style: none
menu:
buttons:
frigate:
enabled: false
performance:
profile: low
style: none
cameras:
- camera_entity: camera.frigate_cam08
live_provider: go2rtc
id: frigate-cam08
capabilities:
disable: []
disable_except:
- live
go2rtc:
stream: cam08_sub_opus
modes:
- webrtc
view:
default: live
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
+4 -31
View File
@@ -6,52 +6,25 @@ cameras:
go2rtc:
modes:
- webrtc
stream: rtsp_cam04_sub
stream: cam04_sub_opus
# - camera_entity: camera.frigate_cam14
# title: Back Yard
# live_provider: go2rtc
# go2rtc:
# modes:
# - webrtc
# stream: rtsp_cam14_sub
# stream: cam14_sub_opus
- camera_entity: camera.frigate_cam18
title: Front Yard
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam18_sub
stream: cam18_sub_opus
- camera_entity: camera.frigate_cam19
title: Front Porch
live_provider: go2rtc
go2rtc:
modes:
- webrtc
stream: rtsp_cam19_sub
timeline:
media: snapshots
show_recordings: false
view:
scan:
enabled: true
untrigger_seconds: 10
untrigger_reset: true
default: live
camera_select: live
dark_mode: "on"
update_cycle_camera: true
update_seconds: 10
menu:
buttons:
clips:
enabled: false
timeline:
enabled: false
snapshots:
enabled: false
media_player:
enabled: false
live:
lazy_load: false
preload: true
lazy_unload: hidden
stream: cam19_sub_opus
+2 -3
View File
@@ -70,7 +70,7 @@ elements:
top: 9%
#top icon spot #1
- type: state-icon
entity: binary_sensor.furnace_room_door_contact
entity: binary_sensor.furnace_room_multisensor_door
style:
left: 76%
top: 9%
@@ -173,9 +173,8 @@ elements:
action: toggle
hold_action:
action: more-info
# 12,31,50,69,88
# 14,38,62,86
# 25,50,75
# 33,66
# 50
# 50
+3 -3
View File
@@ -35,7 +35,7 @@ elements:
# left: 76%
# top: 9%
- type: state-icon
entity: binary_sensor.furnace_room_door_contact
entity: binary_sensor.furnace_room_multisensor_door
style:
left: 84%
top: 9%
@@ -94,8 +94,8 @@ elements:
action: more-info
- type: custom:mushroom-template-card
primary: "{{ states('sensor.hvac_multisensor_delta') | float | round(2) }}"
entity: sensor.hvac_multisensor_delta
primary: "{{ states('sensor.hvac_delta_temperature') | float | round(2) }}"
entity: sensor.hvac_delta_temperature
tap_action:
action: more-info
style:
+2 -2
View File
@@ -13,13 +13,13 @@ elements:
top: 88%
- type: state-label
entity: sensor.master_bathroom_thermostat_temperature
entity: sensor.bathroom_multisensor_air_temperature
style:
left: 15%
top: 35%
font-size: 180%
- type: state-label
entity: sensor.master_bathroom_thermostat_humidity
entity: sensor.bathroom_multisensor_relative_humidity
style:
left: 85%
top: 35%
+2 -2
View File
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam14_sub
stream: cam14_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -62,4 +62,4 @@ cards:
mode: single
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:10'
aspect_ratio: "16:10"
+1 -1
View File
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam01_sub
stream: cam01_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam03_sub
stream: cam03_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -62,4 +62,4 @@ cards:
mode: single
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:10'
aspect_ratio: "16:10"
@@ -7,4 +7,6 @@ cards:
- type: horizontal-stack
cards:
- !include /config/lovelace/stretch-cameras/indoor-camera-cycler.yaml
- !include /config/lovelace/stretch-cameras/outdoor-camera-cycler.yaml
- !include /config/lovelace/stretch-cameras/outdoor-camera-cycler.yaml
# - !include /config/lovelace/stretch-cameras/indoor-camera-view.yaml
# - !include /config/lovelace/stretch-cameras/outdoor-camera-view.yaml
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam19_sub
stream: cam19_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -62,4 +62,4 @@ cards:
mode: single
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:10'
aspect_ratio: "16:10"
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam13_sub
stream: cam13_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -62,4 +62,4 @@ cards:
mode: single
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:10'
aspect_ratio: "16:10"
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam18_sub
stream: cam18_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -62,4 +62,4 @@ cards:
mode: single
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:10'
aspect_ratio: "16:10"
+2 -2
View File
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam04_sub
stream: cam04_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -62,4 +62,4 @@ cards:
mode: single
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:10'
aspect_ratio: "16:10"
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam08_sub
stream: cam08_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -62,4 +62,4 @@ cards:
mode: single
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:10'
aspect_ratio: "16:10"
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam03_sub
stream: cam03_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -38,7 +38,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam04_sub
stream: cam04_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -54,44 +54,44 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam12_sub
stream: cam12_sub_opus
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'
# 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 -1
View File
@@ -23,7 +23,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam12_sub
stream: cam12_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam06_sub
stream: cam06_sub_opus
modes:
- webrtc
title: MBR Left
@@ -40,7 +40,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam07_sub
stream: cam07_sub_opus
modes:
- webrtc
title: MBR Right
@@ -82,4 +82,4 @@ cards:
mode: single
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:10'
aspect_ratio: "16:10"
@@ -22,7 +22,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam18_sub
stream: cam18_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -38,7 +38,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam04_sub
stream: cam04_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -54,7 +54,7 @@ cards:
disable_except:
- live
go2rtc:
stream: rtsp_cam19_sub
stream: cam19_sub_opus
modes:
- webrtc
always_error_if_entity_unavailable: false
@@ -94,4 +94,4 @@ cards:
mode: single
dimensions:
aspect_ratio_mode: static
aspect_ratio: '16:10'
aspect_ratio: "16:10"
+1
View File
@@ -16,6 +16,7 @@ cards:
entities:
- entity: device_tracker.chevrolet_mylink
- entity: device_tracker.chevrolet_traverse_location
- entity: device_tracker.alpsalpine_co_ltd
- type: entities
title: Bridget's Tablet
+5 -5
View File
@@ -291,6 +291,7 @@ cards:
- media_player.front_room_hub
- media_player.girls_room_hub
- media_player.boys_room_clock
- media_player.ma_home_assistant_voice_097b44_media_player
states:
- state: "playing"
class: "squeezebox-on"
@@ -363,7 +364,7 @@ cards:
- sensor.master_bedroom_multisensor_air_temperature
- sensor.thermostat_temperature
- sensor.utility_room_thermostat_temperature
- sensor.master_bathroom_thermostat_temperature
- sensor.bathroom_multisensor_relative_humidity
- sensor.downstairs_temperature
- sensor.computer_area_multisensor_air_temperature
- sensor.mancave_thermostat_temperature
@@ -475,7 +476,7 @@ cards:
# Bathrooms are expected to be a bit more humid
- entities:
- sensor.master_bathroom_thermostat_humidity
- sensor.bathroom_multisensor_relative_humidity
- sensor.utility_room_thermostat_humidity
text_template: '${entity.state ? Math.ceil(entity.state) : "unknown"} %'
class_template: '
@@ -566,7 +567,7 @@ cards:
'
- entities:
- sensor.water_softener_multisensor_salt_level_in_bags
- sensor.furnace_room_multisensor_salt_level_in_bags
text_template: '${entity.state ? Math.floor(entity.state) : "undefined"}'
class_template: '
var bags = parseFloat(entity.state);
@@ -749,8 +750,7 @@ cards:
- binary_sensor.storage_room_door_contact
- binary_sensor.mancave_door_contact
- binary_sensor.boys_room_door_contact
- binary_sensor.water_softener_multisensor_door
#- binary_sensor.furnace_room_door_contact
- binary_sensor.furnace_room_multisensor_door
- binary_sensor.utility_room_door_contact
states:
- state: "off"
+17 -44
View File
@@ -38,8 +38,7 @@ cards:
type: custom:mini-media-player
group: true
artwork: cover
tts:
platform: google_translate
- entity: media_player.kitchen
name: Kitchen
#type: media-control
@@ -47,8 +46,7 @@ cards:
group: true
artwork: cover
show_source: true
tts:
platform: google_translate
- entity: media_player.bathroom_mini
name: Bathroom
#type: media-control
@@ -56,8 +54,7 @@ cards:
group: true
artwork: cover
show_source: true
tts:
platform: google_translate
- entity: media_player.girls_room_hub
name: Nursery
#type: media-control
@@ -65,8 +62,7 @@ cards:
group: true
artwork: cover
show_source: true
tts:
platform: google_translate
- entity: media_player.master_bedroom_clock
name: Master Bedroom
#type: media-control
@@ -74,8 +70,15 @@ cards:
group: true
artwork: cover
show_source: true
tts:
platform: google_translate
- entity: media_player.ma_home_assistant_voice_097b44_media_player
name: Master Bedroom
#type: media-control
type: custom:mini-media-player
group: true
artwork: cover
show_source: true
- entity: media_player.computer_area_hub
name: Computer Area
#type: media-control
@@ -83,8 +86,7 @@ cards:
group: true
artwork: cover
show_source: true
tts:
platform: google_translate
- entity: media_player.garage
name: Garage
#type: media-control
@@ -92,8 +94,7 @@ cards:
group: true
artwork: cover
show_source: true
tts:
platform: google_translate
- entity: media_player.deck
name: Deck
#type: media-control
@@ -101,8 +102,7 @@ cards:
group: true
artwork: cover
show_source: true
tts:
platform: google_translate
- entity: media_player.great_room
name: Great Room
#type: media-control
@@ -110,8 +110,7 @@ cards:
group: true
artwork: cover
show_source: true
tts:
platform: google_translate
- entity: media_player.boys_room_clock
name: Boys Room
#type: media-control
@@ -119,8 +118,6 @@ cards:
group: true
artwork: cover
show_source: true
tts:
platform: google_translate
- type: vertical-stack
cards:
@@ -140,9 +137,6 @@ cards:
group: true
artwork: material
show_source: true
tts:
platform: google_translate
entity_id: media_player.all_downstairs_speakers
hide:
controls: false
- entity: media_player.all_public_speakers
@@ -152,9 +146,6 @@ cards:
group: true
artwork: material
show_source: true
tts:
platform: google_translate
entity_id: media_player.all_public_speakers
hide:
controls: false
- entity: media_player.all_upstairs_speakers
@@ -164,9 +155,6 @@ cards:
group: true
artwork: material
show_source: true
tts:
platform: google_translate
entity_id: media_player.all_upstairs_speakers
hide:
controls: false
- entity: media_player.downstairs_public
@@ -176,9 +164,6 @@ cards:
group: true
artwork: material
show_source: true
tts:
platform: google_translate
entity_id: media_player.downstairs_public
hide:
controls: false
- entity: media_player.front_yard
@@ -188,9 +173,6 @@ cards:
group: true
artwork: material
show_source: true
tts:
platform: google_translate
entity_id: media_player.front_yard
hide:
controls: false
- entity: media_player.inside_and_outside #All indoors and outdoor speakers
@@ -200,9 +182,6 @@ cards:
group: true
artwork: material
show_source: true
tts:
platform: google_translate
entity_id: media_player.inside_and_outside
hide:
controls: false
- entity: media_player.outside
@@ -212,9 +191,6 @@ cards:
group: true
artwork: material
show_source: true
tts:
platform: google_translate
entity_id: media_player.outside
hide:
controls: false
- entity: media_player.upstairs_public
@@ -224,9 +200,6 @@ cards:
group: true
artwork: material
show_source: true
tts:
platform: google_translate
entity_id: media_player.upstairs_public
hide:
controls: false
+2 -2
View File
@@ -44,7 +44,7 @@ cards:
title: Upstairs Humidity
type: history-graph
- entities:
- entity: sensor.master_bathroom_thermostat_temperature
- entity: sensor.bathroom_multisensor_relative_humidity
name: Master Bathroom
- entity: sensor.utility_room_thermostat_temperature
name: Utility Room
@@ -85,7 +85,7 @@ cards:
title: Downstairs Humidity
type: history-graph
- entities:
- entity: sensor.master_bathroom_thermostat_humidity
- entity: sensor.bathroom_multisensor_relative_humidity
name: Master Bathroom
- entity: sensor.utility_room_thermostat_humidity
name: Utility Room
+2 -8
View File
@@ -433,7 +433,7 @@ badges:
- type: conditional
conditions:
- entity: sensor.watchman_missing_entities
state_not: unavailable
state_not: unavailable, unknowne
- entity: sensor.watchman_missing_entities
state_not: "0"
chip:
@@ -1059,12 +1059,6 @@ cards:
action: toggle
hold_action:
action: more-info
- entity: light.garage_overhead
name: Garage
tap_action:
action: toggle
hold_action:
action: more-info
- entity: light.front_porch_overhead
name: Porch
tap_action:
@@ -1107,7 +1101,7 @@ cards:
- entity: binary_sensor.black_bed_status
state_filter:
- "off"
- entity: binary_sensor.hvac_multisensor_status
- entity: binary_sensor.furnace_room_multisensor_status
state_filter:
- "off"