why keep track any more?

This commit is contained in:
CeeWeasel
2025-12-03 20:23:33 -05:00
parent 7b8fbb063e
commit 921c3df342
52 changed files with 1985 additions and 1419 deletions
+4 -4
View File
@@ -352,8 +352,8 @@ cards:
hold_action:
action: toggle
secondary: |-
{{states('sensor.bathroom_multisensor_air_temperature')}}°F
{{states('sensor.bathroom_multisensor_relative_humidity')}}%
{{states('sensor.bathroom_multisensor_air_temperature') | round(2) }}°F
{{states('sensor.bathroom_multisensor_relative_humidity') | round(2) }}%
icon_color: "{{iif(is_state('light.master_bathroom_hue','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
@@ -367,8 +367,8 @@ cards:
hold_action:
action: toggle
secondary: |-
{{states('sensor.utility_room_thermostat_temperature')}}°F
{{states('sensor.utility_room_thermostat_humidity')}}%
{{states('sensor.utility_room_multisensor_air_temperature') | round(2) }}°F
{{states('sensor.utility_room_multisensor_relative_humidity') | round(2) }}%
icon_color: "{{iif(is_state('light.utility_room_vanity','on'),'yellow')}}"
multiline_secondary: true
layout: vertical
+4 -4
View File
@@ -28,14 +28,14 @@ cards:
- hours_to_show: 24
graph: line
type: sensor
entity: sensor.bathroom_multisensor_air_temperature
entity: sensor.master_bathroom_thermostat_temperature
detail: 1
name: Thermostat
- hours_to_show: 24
graph: line
type: sensor
detail: 1
entity: sensor.bathroom_multisensor_relative_humidity
entity: sensor.master_bathroom_thermostat_humidity
name: Thermostat
- type: horizontal-stack
cards:
@@ -47,8 +47,8 @@ cards:
name: Simmer
- type: history-graph
entities:
- entity: binary_sensor.master_bathroom_hygrostat
name: Hygrostat
- entity: binary_sensor.bathroom_multisensor_too_humid
name: Too Humid
hours_to_show: 24
- type: vertical-stack
cards:
+2 -2
View File
@@ -47,8 +47,8 @@ cards:
name: Simmer
- type: history-graph
entities:
- entity: binary_sensor.utility_room_hygrostat
name: Hygrostat
- entity: binary_sensor.utility_room_multisensor_too_humid
name: Too Humid
hours_to_show: 24
- type: vertical-stack
cards: