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
+17 -4
View File
@@ -49,17 +49,19 @@ cards:
show_entity_picture: true
vertical: true
- type: tile
entity: sensor.tumble_dryer
entity: input_select.dishwasher_fun_status
name: Dishwasher
icon_tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
navigation_path: /phone-yaml/dishwasher
tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
navigation_path: /phone-yaml/dishwasher
show_entity_picture: true
vertical: true
- type: tile
entity: sensor.washing_machine
entity: input_select.washing_machine_fun_status
name: Washing Machine
icon_tap_action:
action: navigate
navigation_path: /phone-yaml/washing-machine
@@ -68,6 +70,17 @@ cards:
navigation_path: /phone-yaml/washing-machine
show_entity_picture: true
vertical: true
- type: tile
entity: input_select.dryer_fun_status
name: Dryer
icon_tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
show_entity_picture: true
vertical: true
- type: glance
entities:
- entity: input_boolean.empty_dishwasher
+17 -4
View File
@@ -49,17 +49,19 @@ cards:
show_entity_picture: true
vertical: true
- type: tile
entity: sensor.tumble_dryer
entity: input_select.dishwasher_fun_status
name: Dishwasher
icon_tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
navigation_path: /phone-yaml/dishwasher
tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
navigation_path: /phone-yaml/dishwasher
show_entity_picture: true
vertical: true
- type: tile
entity: sensor.washing_machine
entity: input_select.washing_machine_fun_status
name: Washing Machine
icon_tap_action:
action: navigate
navigation_path: /phone-yaml/washing-machine
@@ -68,6 +70,17 @@ cards:
navigation_path: /phone-yaml/washing-machine
show_entity_picture: true
vertical: true
- type: tile
entity: input_select.dryer_fun_status
name: Dryer
icon_tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
show_entity_picture: true
vertical: true
- type: glance
entities:
- entity: input_boolean.fold_clothes
+17 -4
View File
@@ -50,17 +50,19 @@ cards:
show_entity_picture: true
vertical: true
- type: tile
entity: sensor.tumble_dryer
entity: input_select.dishwasher_fun_status
name: Dishwasher
icon_tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
navigation_path: /phone-yaml/dishwasher
tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
navigation_path: /phone-yaml/dishwasher
show_entity_picture: true
vertical: true
- type: tile
entity: sensor.washing_machine
entity: input_select.washing_machine_fun_status
name: Washing Machine
icon_tap_action:
action: navigate
navigation_path: /phone-yaml/washing-machine
@@ -69,6 +71,17 @@ cards:
navigation_path: /phone-yaml/washing-machine
show_entity_picture: true
vertical: true
- type: tile
entity: input_select.dryer_fun_status
name: Dryer
icon_tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
tap_action:
action: navigate
navigation_path: /phone-yaml/tumble-dryer
show_entity_picture: true
vertical: true
- type: glance
entities:
- entity: input_boolean.swap_laundry
+23 -18
View File
@@ -120,8 +120,8 @@ sections:
action: more-info
- type: custom:mushroom-template-card
entity: sensor.thermal_comfort_summer_scharlau_perception
primary: Summer Scharlau
secondary: >
secondary: Summer Scharlau
primary: >
{% if
is_state('sensor.thermal_comfort_summer_scharlau_perception','comfortable')
%} Comfy {% elif
@@ -132,7 +132,7 @@ sections:
is_state('sensor.thermal_comfort_summer_scharlau_perception','highly_uncomfortable')
%} Highly Uncomfortable {% elif
is_state('sensor.thermal_comfort_summer_scharlau_perception','outside_calculable_range')
%} Outside Calculable Range {% endif %}
%} N/A {% endif %}
icon: >
{% if
is_state('sensor.thermal_comfort_summer_scharlau_perception','comfortable')
@@ -156,7 +156,7 @@ sections:
is_state('sensor.thermal_comfort_summer_scharlau_perception','highly_uncomfortable')
%} red {% elif
is_state('sensor.thermal_comfort_summer_scharlau_perception','outside_calculable_range')
%} gray {% endif %}
%} disabled {% endif %}
tap_action:
action: more-info
- type: custom:mushroom-template-card
@@ -189,7 +189,7 @@ sections:
is_state('sensor.thermal_comfort_dew_point_perception','severely_high')
%} Miserable
{% else %} Unknown {% endif %}
{% else %} N/A {% endif %}
secondary: |
Dew Point Perception
icon: tc:dew-point
@@ -251,7 +251,7 @@ sections:
is_state('sensor.thermal_comfort_humidex_perception','heat_stroke') %}
Hazardous
{% else %} disabled {% endif %}
{% else %} N/A {% endif %}
secondary: |
Humidex
icon: tc:thermal-perception
@@ -285,8 +285,8 @@ sections:
action: more-info
- type: custom:mushroom-template-card
entity: sensor.thermal_comfort_relative_strain_perception
primary: Relative Strain
secondary: >
secondary: Relative Strain
primary: >
{% if
is_state('sensor.thermal_comfort_relative_strain_perception','comfortable')
%} Comfy {% elif
@@ -297,7 +297,8 @@ sections:
is_state('sensor.thermal_comfort_relative_strain_perception','significant_discomfort')
%} Significant Discomfort {% elif
is_state('sensor.thermal_comfort_relative_strain_perception','extreme_discomfort')
%} Extreme Discomfort {% endif %}
%} Extreme Discomfort {% else
%} N/A {% endif %}
icon: tc:dew-point-alternative
icon_color: >
{% if
@@ -310,13 +311,14 @@ sections:
is_state('sensor.thermal_comfort_relative_strain_perception','significant_discomfort')
%} red {% elif
is_state('sensor.thermal_comfort_relative_strain_perception','extreme_discomfort')
%} red {% endif %}
%} red {% else
%} disabled {% endif %}
tap_action:
action: more-info
- type: custom:mushroom-template-card
entity: sensor.thermal_comfort_thoms_discomfort_perception
primary: Thoms
secondary: >
secondary: Thoms
primary: >
{% if
is_state('sensor.thermal_comfort_thoms_discomfort_perception','no_discomfort')
%} No discomfort {% elif
@@ -329,7 +331,8 @@ sections:
is_state('sensor.thermal_comfort_thoms_discomfort_perception','everyone')
%} Everyone {% elif
is_state('sensor.thermal_comfort_thoms_discomfort_perception','dangerous')
%} Dangerous {% endif %}
%} Dangerous {% else
%} N/A {% endif %}
icon: tc:heat-index
icon_color: >
{% if
@@ -344,13 +347,14 @@ sections:
is_state('sensor.thermal_comfort_thoms_discomfort_perception','everyone')
%} red {% elif
is_state('sensor.thermal_comfort_thoms_discomfort_perception','dangerous')
%} red {% endif %}
%} red {% else
%} disabled {% endif %}
tap_action:
action: more-info
- type: custom:mushroom-template-card
entity: sensor.thermal_comfort_winter_scharlau_perception
primary: Winter Scharlau
secondary: >
secondary: Winter Scharlau
primary: >
{% if
is_state('sensor.thermal_comfort_winter_scharlau_perception','comfortable')
%} Comfy {% elif
@@ -361,7 +365,7 @@ sections:
is_state('sensor.thermal_comfort_winter_scharlau_perception','highly_uncomfortable')
%} Highly Uncomfortable {% elif
is_state('sensor.thermal_comfort_winter_scharlau_perception','outside_calculable_range')
%} Outside Calculable Range {% endif %}
%} N/A {% endif %}
icon: >
{% if
is_state('sensor.thermal_comfort_winter_scharlau_perception','comfortable')
@@ -385,7 +389,8 @@ sections:
is_state('sensor.thermal_comfort_winter_scharlau_perception','highly_uncomfortable')
%} red {% elif
is_state('sensor.thermal_comfort_winter_scharlau_perception','outside_calculable_range')
%} gray {% endif %}
%} gray {% else
%} disabled {% endif %}
tap_action:
action: more-info
- type: custom:mushroom-entity-card
+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:
+3
View File
@@ -60,4 +60,7 @@
- url: /hacsfiles/advanced-camera-card/advanced-camera-card.js
type: module
- url: /hacsfiles/device-card/device-card.js
type: module
- url: /local
+1 -1
View File
@@ -364,7 +364,7 @@ cards:
- sensor.master_bedroom_multisensor_air_temperature
- sensor.thermostat_temperature
- sensor.utility_room_thermostat_temperature
- sensor.bathroom_multisensor_relative_humidity
- sensor.bathroom_multisensor_air_temperature
- sensor.downstairs_temperature
- sensor.computer_area_multisensor_air_temperature
- sensor.mancave_thermostat_temperature
+3 -3
View File
@@ -44,9 +44,9 @@ cards:
title: Upstairs Humidity
type: history-graph
- entities:
- entity: sensor.bathroom_multisensor_relative_humidity
- entity: sensor.bathroom_multisensor_air_temperature
name: Master Bathroom
- entity: sensor.utility_room_thermostat_temperature
- entity: sensor.utility_room_multisensor_air_temperature
name: Utility Room
hours_to_show: 12
refresh_interval: 60
@@ -87,7 +87,7 @@ cards:
- entities:
- entity: sensor.bathroom_multisensor_relative_humidity
name: Master Bathroom
- entity: sensor.utility_room_thermostat_humidity
- entity: sensor.utility_room_multisensor_relative_humidity
name: Utility Room
hours_to_show: 12
refresh_interval: 60