mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
why keep track any more?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user