mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Will pushing from the server break anything?
This commit is contained in:
@@ -3,7 +3,7 @@ type: picture-elements
|
||||
image: /local/bg500x225.png
|
||||
elements:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: '{{states(''input_select.utility_room_mode'')}}'
|
||||
primary: "{{states('input_select.utility_room_mode')}}"
|
||||
entity: input_select.utility_room_mode
|
||||
tap_action:
|
||||
action: more-info
|
||||
@@ -13,13 +13,13 @@ elements:
|
||||
top: 88%
|
||||
|
||||
- type: state-label
|
||||
entity: sensor.utility_room_thermostat_temperature
|
||||
entity: sensor.utility_room_multisensor_air_temperature
|
||||
style:
|
||||
left: 15%
|
||||
top: 35%
|
||||
font-size: 180%
|
||||
- type: state-label
|
||||
entity: sensor.utility_room_thermostat_humidity
|
||||
entity: sensor.utility_room_multisensor_relative_humidity
|
||||
style:
|
||||
left: 85%
|
||||
top: 35%
|
||||
@@ -27,7 +27,7 @@ elements:
|
||||
text-align: right
|
||||
#Card title
|
||||
- type: custom:mushroom-title-card
|
||||
title: 'Utility Room'
|
||||
title: "Utility Room"
|
||||
style:
|
||||
font-size: 130%
|
||||
left: -2%
|
||||
@@ -41,7 +41,7 @@ elements:
|
||||
top: 9%
|
||||
#top left icon #2 spot
|
||||
# - type: state-icon
|
||||
# entity: group.utility_room_motion
|
||||
# entity: binary_sensor.utility_room_motion
|
||||
# style:
|
||||
# left: 68%
|
||||
# top: 9%
|
||||
@@ -76,7 +76,7 @@ elements:
|
||||
action: more-info
|
||||
|
||||
#button #1
|
||||
- type: 'custom:button-card'
|
||||
- type: "custom:button-card"
|
||||
color: auto
|
||||
entity: light.utility_room_vanity
|
||||
show_name: false
|
||||
@@ -97,7 +97,7 @@ elements:
|
||||
hold_action:
|
||||
action: more-info
|
||||
#button #2
|
||||
- type: 'custom:button-card'
|
||||
- type: "custom:button-card"
|
||||
color: auto
|
||||
entity: binary_sensor.washing_machine
|
||||
show_name: false
|
||||
@@ -116,7 +116,7 @@ elements:
|
||||
tap_action:
|
||||
action: more-info
|
||||
#button #3
|
||||
- type: 'custom:button-card'
|
||||
- type: "custom:button-card"
|
||||
color: auto
|
||||
entity: binary_sensor.tumble_dryer
|
||||
show_name: false
|
||||
@@ -134,10 +134,8 @@ elements:
|
||||
- height: 30px
|
||||
tap_action:
|
||||
action: more-info
|
||||
|
||||
|
||||
# 12,31,50,69,88
|
||||
# 14,38,62,86
|
||||
# 25,50,75
|
||||
# 33,66
|
||||
# 50
|
||||
# 50
|
||||
|
||||
Reference in New Issue
Block a user