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