mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
Will pushing from the server break anything?
This commit is contained in:
@@ -30,7 +30,7 @@ elements:
|
||||
left: 76%
|
||||
top: 9%
|
||||
# - type: state-icon
|
||||
# entity: group.furnace_room_motion
|
||||
# entity: binary_sensor.furnace_room_motion
|
||||
# style:
|
||||
# left: 76%
|
||||
# top: 9%
|
||||
@@ -94,7 +94,7 @@ elements:
|
||||
action: more-info
|
||||
|
||||
- type: custom:mushroom-template-card
|
||||
primary: "{{ states('sensor.hvac_delta_temperature') | float | round(2) }}"
|
||||
primary: "{{ states('sensor.hvac_delta_temperature') | float(default=0) | round(2) }}"
|
||||
entity: sensor.hvac_delta_temperature
|
||||
tap_action:
|
||||
action: more-info
|
||||
@@ -125,7 +125,7 @@ elements:
|
||||
#button #3
|
||||
- type: "custom:button-card"
|
||||
color: auto
|
||||
entity: binary_sensor.furnace_room_water_sensor_water_alarm_water_leak_detected
|
||||
entity: binary_sensor.furnace_room_water_sensor_leak
|
||||
show_name: false
|
||||
show_entity_picture: true
|
||||
style:
|
||||
|
||||
Reference in New Issue
Block a user