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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user