mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
fixing boys room bright, some views, and a bunch of small fixes
This commit is contained in:
@@ -49,7 +49,7 @@ cards:
|
||||
- type: entities
|
||||
title: Thermostat Batteries
|
||||
entities:
|
||||
- sensor.boys_room_thermostat_battery
|
||||
- sensor.extra_thermostat_battery
|
||||
- sensor.front_room_thermostat_battery
|
||||
- sensor.furnace_room_thermostat_battery
|
||||
- sensor.mancave_thermostat_battery
|
||||
|
||||
@@ -128,7 +128,7 @@ sections:
|
||||
is_state('sensor.thermal_comfort_summer_scharlau_perception','slightly_uncomfortable')
|
||||
%} Slightly Uncomfy {% elif
|
||||
is_state('sensor.thermal_comfort_summer_scharlau_perception','moderately_uncomfortable')
|
||||
%} Moderatly Uncomfy {% elif
|
||||
%} Moderately Uncomfy {% elif
|
||||
is_state('sensor.thermal_comfort_summer_scharlau_perception','highly_uncomfortable')
|
||||
%} Highly Uncomfortable {% elif
|
||||
is_state('sensor.thermal_comfort_summer_scharlau_perception','outside_calculable_range')
|
||||
@@ -356,8 +356,8 @@ sections:
|
||||
%} Comfy {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','slightly_uncomfortable')
|
||||
%} Slightly Uncomfy {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','moderatly_uncomfortable')
|
||||
%} Moderatly Uncomfy {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','moderately_uncomfortable')
|
||||
%} Moderately Uncomfy {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','highly_uncomfortable')
|
||||
%} Highly Uncomfortable {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','outside_calculable_range')
|
||||
@@ -368,7 +368,7 @@ sections:
|
||||
%} mdi:snowflake-off {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','slightly_uncomfortable')
|
||||
%} mdi:snowflake {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','moderatly_uncomfortable')
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','moderately_uncomfortable')
|
||||
%} mdi:snowflake-thermometer {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','highly_uncomfortable')
|
||||
%} mdi:snowflake-alert {% elif
|
||||
@@ -380,7 +380,7 @@ sections:
|
||||
%} green {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','slightly_uncomfortable')
|
||||
%} yellow {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','moderatly_uncomfortable')
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','moderately_uncomfortable')
|
||||
%} orange {% elif
|
||||
is_state('sensor.thermal_comfort_winter_scharlau_perception','highly_uncomfortable')
|
||||
%} red {% elif
|
||||
|
||||
@@ -43,48 +43,93 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: light.hvac_multisensor_display_backlight
|
||||
name: HVAC Display
|
||||
icon: mdi:monitor
|
||||
entity: binary_sensor.furnace_room_water_sensor_water_alarm_water_leak_detected
|
||||
name: Leak
|
||||
icon: mdi:water
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: glance
|
||||
show_name: true
|
||||
show_icon: false
|
||||
show_state: true
|
||||
title: Water Softener
|
||||
columns: 3
|
||||
entities:
|
||||
- entity: sensor.water_softener_multisensor_salt_level_in_bags
|
||||
name: Salt (cm)
|
||||
- entity: sensor.water_softener_multisensor_salt_level_in_cm
|
||||
name: From Bottom (cm)
|
||||
- entity: sensor.water_softener_multisensor_salt_level_from_top_in_cm
|
||||
name: From Top (cm)
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
subtitle: Sensors
|
||||
- type: horizontal-stack
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.heat_pump
|
||||
secondary_info: none
|
||||
layout: vertical
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.furnace
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: group.furnace_room_motion
|
||||
name: Motion
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.hvac_multisensor_return
|
||||
detail: 1
|
||||
name: Return
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
entity: sensor.hvac_multisensor_supply
|
||||
detail: 1
|
||||
name: Supply
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: history-graph
|
||||
entities:
|
||||
- entity: sensor.hvac_supply_temperature
|
||||
name: Supply
|
||||
- entity: sensor.hvac_return_temperature
|
||||
name: Return
|
||||
min_y_axis: 60
|
||||
title: Delta Temperature
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: tile
|
||||
entity: sensor.hvac_supply_temperature
|
||||
name: Supply
|
||||
show_entity_picture: false
|
||||
hide_state: false
|
||||
vertical: false
|
||||
features_position: bottom
|
||||
- type: tile
|
||||
entity: sensor.hvac_return_temperature
|
||||
name: Return
|
||||
hide_state: false
|
||||
vertical: false
|
||||
features_position: bottom
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: tile
|
||||
entity: binary_sensor.hvac_fan
|
||||
name: Fan
|
||||
show_entity_picture: false
|
||||
hide_state: true
|
||||
vertical: false
|
||||
features_position: bottom
|
||||
- type: tile
|
||||
entity: binary_sensor.hvac_aux
|
||||
name: Aux
|
||||
hide_state: true
|
||||
vertical: false
|
||||
features_position: bottom
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: tile
|
||||
entity: sensor.pm_furnace_w
|
||||
name: Furnace
|
||||
vertical: false
|
||||
features_position: bottom
|
||||
- type: tile
|
||||
entity: sensor.pm_heat_pump_w
|
||||
name: Heat Pump
|
||||
vertical: false
|
||||
features_position: bottom
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: tile
|
||||
entity: sensor.hvac_action
|
||||
vertical: false
|
||||
features_position: bottom
|
||||
- type: tile
|
||||
entity: input_boolean.allow_fan
|
||||
vertical: false
|
||||
features_position: bottom
|
||||
|
||||
# - type: vertical-stack
|
||||
# cards:
|
||||
# - type: custom:mushroom-title-card
|
||||
|
||||
@@ -94,7 +94,7 @@ elements:
|
||||
action: more-info
|
||||
|
||||
- type: custom:mushroom-template-card
|
||||
primary: "{{ states('sensor.hvac_multisensor_delta') }}"
|
||||
primary: "{{ states('sensor.hvac_multisensor_delta') | float | round(2) }}"
|
||||
entity: sensor.hvac_multisensor_delta
|
||||
tap_action:
|
||||
action: more-info
|
||||
|
||||
@@ -367,7 +367,6 @@ cards:
|
||||
- sensor.downstairs_temperature
|
||||
- sensor.computer_area_multisensor_air_temperature
|
||||
- sensor.mancave_thermostat_temperature
|
||||
- sensor.boys_room_thermostat_temperature
|
||||
- sensor.boys_room_multisensor_air_temperature
|
||||
- sensor.kitchen_multisensor_air_temperature
|
||||
- sensor.great_room_multisensor_air_temperature
|
||||
@@ -401,9 +400,9 @@ cards:
|
||||
- sensor.front_porch_temperature
|
||||
- sensor.deck_temperature
|
||||
- sensor.garage_multisensor_air_temperature
|
||||
# - sensor.hvac_multisensor_supply
|
||||
# - sensor.hvac_multisensor_return
|
||||
# - sensor.hvac_multisensor_ambient
|
||||
# - sensor.hvac_supply_temperature
|
||||
# - sensor.hvac_return_temperature
|
||||
# - sensor.hvac_ambient_temperature
|
||||
- sensor.back_yard_thermostat_temperature
|
||||
- sensor.outdoor_temperature
|
||||
# text_template: '${entity.state ? entity.state : "unknown"} F'
|
||||
@@ -427,7 +426,7 @@ cards:
|
||||
|
||||
# The HVAC Delta can be positive or negative, depending on if the furnace, heat pump, or ac is running
|
||||
- entities:
|
||||
- sensor.hvac_multisensor_delta
|
||||
- sensor.hvac_delta_temperature
|
||||
# An example of rounding up a number, i.e. a temperature of 90.1 becomes 91
|
||||
text_template: '${entity.state ? Math.ceil(entity.state) : "undefined"} F'
|
||||
class_template: '
|
||||
@@ -500,7 +499,6 @@ cards:
|
||||
- sensor.computer_area_multisensor_humidity
|
||||
- sensor.great_room_multisensor_humidity
|
||||
- sensor.mancave_thermostat_humidity
|
||||
- sensor.boys_room_thermostat_humidity
|
||||
- sensor.front_room_thermostat_humidity
|
||||
- sensor.kitchen_multisensor_humidity
|
||||
- sensor.furnace_room_thermostat_humidity
|
||||
|
||||
@@ -155,7 +155,7 @@ badges:
|
||||
mdi:snowflake-off
|
||||
{% elif is_state('sensor.thermal_comfort_winter_scharlau_perception','slightly_uncomfortable') %}
|
||||
mdi:snowflake
|
||||
{% elif is_state('sensor.thermal_comfort_winter_scharlau_perception','moderatly_uncomfortable') %}
|
||||
{% elif is_state('sensor.thermal_comfort_winter_scharlau_perception','moderately_uncomfortable') %}
|
||||
mdi:snowflake-thermometer
|
||||
{% elif is_state('sensor.thermal_comfort_winter_scharlau_perception','highly_uncomfortable') %}
|
||||
mdi:snowflake-alert
|
||||
@@ -165,7 +165,7 @@ badges:
|
||||
green
|
||||
{% elif is_state('sensor.thermal_comfort_winter_scharlau_perception','slightly_uncomfortable') %}
|
||||
yellow
|
||||
{% elif is_state('sensor.thermal_comfort_winter_scharlau_perception','moderatly_uncomfortable') %}
|
||||
{% elif is_state('sensor.thermal_comfort_winter_scharlau_perception','moderately_uncomfortable') %}
|
||||
orange
|
||||
{% elif is_state('sensor.thermal_comfort_winter_scharlau_perception','highly_uncomfortable') %}
|
||||
red
|
||||
|
||||
Reference in New Issue
Block a user