Hopefully fixing master bed presence and cleaning up a lot of junk

This commit is contained in:
CeeWeasel
2025-07-24 16:39:36 -04:00
parent ca1082899b
commit c80842714f
48 changed files with 1740 additions and 2042 deletions
+15 -15
View File
@@ -13,36 +13,36 @@ cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
primary: '{{states(''sensor.lacrosse_tx141thbv2_0_54_temperature'')}}°F'
secondary: ''
primary: "{{states('sensor.lacrosse_tx141thbv2_0_temperature')}}°F"
secondary: ""
icon: mdi:thermometer
entity: sensor.lacrosse_tx141thbv2_0_54_temperature
entity: sensor.lacrosse_tx141thbv2_0_temperature
icon_color: >-
{% if states('sensor.lacrosse_tx141thbv2_0_54_temperature')|float(default=0) < 30.0 %}
{% if states('sensor.lacrosse_tx141thbv2_0_temperature')|float(default=0) < 30.0 %}
white
{%elif states('sensor.lacrosse_tx141thbv2_0_54_temperature')|float(default=0) < 60.0 %}
{%elif states('sensor.lacrosse_tx141thbv2_0_temperature')|float(default=0) < 60.0 %}
blue
{%elif states('sensor.lacrosse_tx141thbv2_0_54_temperature')|float(default=0) < 85.0 %}
{%elif states('sensor.lacrosse_tx141thbv2_0_temperature')|float(default=0) < 85.0 %}
green
{%elif states('sensor.lacrosse_tx141thbv2_0_54_temperature')|float(default=0) < 100.0 %}
{%elif states('sensor.lacrosse_tx141thbv2_0_temperature')|float(default=0) < 100.0 %}
orange
{%else%}
red
{%endif%}
layout: vertical
- type: custom:mushroom-template-card
primary: '{{states(''sensor.lacrosse_tx141thbv2_0_54_humidity'')}}%'
secondary: ''
primary: "{{states('sensor.lacrosse_tx141thbv2_0_humidity')}}%"
secondary: ""
icon: mdi:water-percent
entity: sensor.lacrosse_tx141thbv2_0_54_humidity
entity: sensor.lacrosse_tx141thbv2_0_humidity
icon_color: >-
{% if states('sensor.lacrosse_tx141thbv2_0_54_humidity')|float(default=0) < 20.0 %}
{% if states('sensor.lacrosse_tx141thbv2_0_humidity')|float(default=0) < 20.0 %}
white
{%elif states('sensor.lacrosse_tx141thbv2_0_54_humidity')|float(default=0) < 40.0 %}
{%elif states('sensor.lacrosse_tx141thbv2_0_humidity')|float(default=0) < 40.0 %}
grey
{%elif states('sensor.lacrosse_tx141thbv2_0_54_humidity')|float(default=0) < 60.0 %}
{%elif states('sensor.lacrosse_tx141thbv2_0_humidity')|float(default=0) < 60.0 %}
green
{%elif states('sensor.lacrosse_tx141thbv2_0_54_humidity')|float(default=0) < 80.0 %}
{%elif states('sensor.lacrosse_tx141thbv2_0_humidity')|float(default=0) < 80.0 %}
cyan
{%else%}
blue
@@ -126,4 +126,4 @@ cards:
cards:
- type: custom:mushroom-title-card
subtitle: Cameras
- !include /config/lovelace/cameras/view-camera-18.yaml
- !include /config/lovelace/cameras/view-camera-18.yaml
+1 -1
View File
@@ -112,7 +112,7 @@ cards:
- type: horizontal-stack
cards:
- type: custom:mushroom-entity-card
entity: input_boolean.master_bed_occupied
entity: binary_sensor.bed_presence_c175a4_bed_occupied_either
name: Bed
icon: mdi:bed-king
layout: vertical