mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
nursery to girls room... finally
This commit is contained in:
@@ -41,7 +41,7 @@ cards:
|
||||
- type: entities
|
||||
title: Window Batteries
|
||||
entities:
|
||||
- sensor.nursery_window_battery
|
||||
- sensor.girls_room_window_battery
|
||||
- sensor.computer_area_window_battery
|
||||
- sensor.entryway_window_battery
|
||||
- sensor.front_room_window_battery
|
||||
@@ -67,7 +67,7 @@ cards:
|
||||
- sensor.master_bedroom_closet_door_battery
|
||||
- sensor.master_bedroom_door_battery
|
||||
- sensor.master_suite_door_battery
|
||||
- sensor.nursery_closet_door_battery
|
||||
- sensor.girls_room_closet_door_battery
|
||||
- sensor.patio_door_battery
|
||||
- sensor.storage_room_door_battery
|
||||
- sensor.pantry_door_battery
|
||||
@@ -83,7 +83,7 @@ cards:
|
||||
- sensor.front_room_motion_sensor_battery_level
|
||||
- sensor.kitchen_motion_sensor_battery_level
|
||||
- sensor.master_bedroom_multisensor_battery_level
|
||||
- sensor.nursery_multisensor_battery_level
|
||||
- sensor.girls_room_multisensor_battery_level
|
||||
- sensor.computer_area_multisensor_battery_level
|
||||
- sensor.great_room_multisensor_battery_level
|
||||
- sensor.garage_multisensor_battery_level
|
||||
|
||||
@@ -311,7 +311,7 @@ sections:
|
||||
is_state('sensor.thermal_comfort_relative_strain_perception','significant_discomfort')
|
||||
%} red {% elif
|
||||
is_state('sensor.thermal_comfort_relative_strain_perception','extreme_discomfort')
|
||||
%} red {% else
|
||||
%} red {% else
|
||||
%} disabled {% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
@@ -734,161 +734,161 @@ sections:
|
||||
heading_style: title
|
||||
badges:
|
||||
- type: entity
|
||||
entity: sensor.nursery_multisensor_air_temperature
|
||||
entity: sensor.girls_room_multisensor_air_temperature
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: entity
|
||||
entity: sensor.nursery_multisensor_humidity
|
||||
entity: sensor.girls_room_multisensor_humidity
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
entity: sensor.nursery_thermal_comfort_summer_simmer_perception
|
||||
entity: sensor.girls_room_thermal_comfort_summer_simmer_perception
|
||||
primary: >
|
||||
{% if
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','cool')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','cool')
|
||||
%} Cool {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
%} Comfy {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
%} Comfy {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
%} Warm {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
%} Warm {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
%} Hot {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
%} Hot {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
%} Danger {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
%} Danger {% else %} Unknown {% endif %}
|
||||
secondary: Simmer
|
||||
icon: tc:simmer-zone
|
||||
icon_color: >
|
||||
{% if
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','cool')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','cool')
|
||||
%} indigo {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
%} light-blue {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
%} green {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
%} light-green {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
%} yellow {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
%} amber {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
%} orange {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
%} deep-orange {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
%} red {% else %} disabled {% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-template-card
|
||||
entity: sensor.nursery_thermal_comfort_summer_simmer_index
|
||||
entity: sensor.girls_room_thermal_comfort_summer_simmer_index
|
||||
primary: >-
|
||||
{{states('sensor.nursery_thermal_comfort_summer_simmer_index') |
|
||||
{{states('sensor.girls_room_thermal_comfort_summer_simmer_index') |
|
||||
round(2) }} °F
|
||||
icon: tc:simmer-zone
|
||||
icon_color: >
|
||||
{% if
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','cool')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','cool')
|
||||
%} indigo {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','slightly_cool')
|
||||
%} light-blue {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','comfortable')
|
||||
%} green {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','slightly_warm')
|
||||
%} light-green {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','increasing_discomfort')
|
||||
%} yellow {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','extremely_warm')
|
||||
%} amber {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','danger_of_heatstroke')
|
||||
%} orange {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','extreme_danger_of_heatstroke')
|
||||
%} deep-orange {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
is_state('sensor.girls_room_thermal_comfort_summer_simmer_perception','circulatory_collapse_imminent')
|
||||
%} red {% else %} disabled {% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
secondary: ""
|
||||
- type: custom:mushroom-template-card
|
||||
entity: sensor.nursery_thermal_comfort_dew_point_perception
|
||||
entity: sensor.girls_room_thermal_comfort_dew_point_perception
|
||||
primary: >
|
||||
{% if
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','dry')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','dry')
|
||||
%} Dry {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','very_comfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','very_comfortable')
|
||||
%} Very Comfy {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','comfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','comfortable')
|
||||
%} Comfortable {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','ok_but_humid')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','ok_but_humid')
|
||||
%} Sticky {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','somewhat_uncomfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','somewhat_uncomfortable')
|
||||
%} Humid {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','quite_uncomfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','quite_uncomfortable')
|
||||
%} Uncomfortable {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','extremely_uncomfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','extremely_uncomfortable')
|
||||
%} Oppressive {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','severely_high')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','severely_high')
|
||||
%} Miserable {% else %} Unknown {% endif %}
|
||||
icon: tc:dew-point
|
||||
icon_color: >
|
||||
{% if
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','dry')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','dry')
|
||||
%} blue-grey {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','very_comfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','very_comfortable')
|
||||
%} green {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','comfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','comfortable')
|
||||
%} light-green {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','ok_but_humid')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','ok_but_humid')
|
||||
%} lime {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','somewhat_uncomfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','somewhat_uncomfortable')
|
||||
%} yellow {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','quite_uncomfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','quite_uncomfortable')
|
||||
%} amber {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','extremely_uncomfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','extremely_uncomfortable')
|
||||
%} deep-orange {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_dew_point_perception','severely_high')
|
||||
is_state('sensor.girls_room_thermal_comfort_dew_point_perception','severely_high')
|
||||
%} red {% else %} disabled {% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
secondary: Dew Point
|
||||
- type: custom:mushroom-template-card
|
||||
entity: sensor.nursery_thermal_comfort_humidex_perception
|
||||
entity: sensor.girls_room_thermal_comfort_humidex_perception
|
||||
primary: >
|
||||
{% if
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','comfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','comfortable')
|
||||
%} Comfortable {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','noticable_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','noticable_discomfort')
|
||||
%} Uncomfortable {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','evident_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','evident_discomfort')
|
||||
%} Unbearable {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','great_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','great_discomfort')
|
||||
%} Oppressive {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','dangerous_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','dangerous_discomfort')
|
||||
%} Dangerous {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','heat_stroke')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','heat_stroke')
|
||||
%} Hazardous {% else %} disabled {% endif %}
|
||||
secondary: Humidex
|
||||
icon: tc:thermal-perception
|
||||
icon_color: >
|
||||
{% if
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','comfortable')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','comfortable')
|
||||
%} green {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','noticable_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','noticable_discomfort')
|
||||
%} yellow {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','evident_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','evident_discomfort')
|
||||
%} amber {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','great_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','great_discomfort')
|
||||
%} orange {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','dangerous_discomfort')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','dangerous_discomfort')
|
||||
%} deep-orange {% elif
|
||||
is_state('sensor.nursery_thermal_comfort_humidex_perception','heat_stroke')
|
||||
is_state('sensor.girls_room_thermal_comfort_humidex_perception','heat_stroke')
|
||||
%} red {% else %} disabled {% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
@@ -1736,7 +1736,7 @@ sections:
|
||||
name: Front Room
|
||||
- entity: sensor.master_bedroom_multisensor_air_temperature
|
||||
name: Bedroom
|
||||
- entity: sensor.nursery_multisensor_air_temperature
|
||||
- entity: sensor.girls_room_multisensor_air_temperature
|
||||
name: Nursery
|
||||
- entity: sensor.kitchen_multisensor_air_temperature
|
||||
name: Kitchen
|
||||
|
||||
@@ -201,7 +201,7 @@ cards:
|
||||
cards:
|
||||
- type: entity-filter
|
||||
entities:
|
||||
- binary_sensor.nursery_person_occupancy
|
||||
- binary_sensor.girls_room_person_occupancy
|
||||
show_empty: false
|
||||
state_filter:
|
||||
- "on"
|
||||
@@ -211,7 +211,7 @@ cards:
|
||||
camera_view: auto
|
||||
entities: []
|
||||
image_entity: image.frigate_cam08_person
|
||||
entity: binary_sensor.nursery_person_occupancy
|
||||
entity: binary_sensor.girls_room_person_occupancy
|
||||
|
||||
- type: entity-filter
|
||||
entities:
|
||||
|
||||
Reference in New Issue
Block a user