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.master_bathroom_mode'')}}'
|
||||
primary: "{{states('input_select.master_bathroom_mode')}}"
|
||||
entity: input_select.master_bathroom_mode
|
||||
tap_action:
|
||||
action: more-info
|
||||
@@ -27,7 +27,7 @@ elements:
|
||||
text-align: right
|
||||
#Card title
|
||||
- type: custom:mushroom-title-card
|
||||
title: 'Master Bathroom'
|
||||
title: "Master Bathroom"
|
||||
style:
|
||||
font-size: 130%
|
||||
left: -2%
|
||||
@@ -35,12 +35,12 @@ elements:
|
||||
transform: initial
|
||||
#top left icon spot
|
||||
- type: state-icon
|
||||
entity: binary_sensor.master_bathroom_occupied
|
||||
entity: binary_sensor.bathroom_occupied
|
||||
style:
|
||||
left: 68%
|
||||
top: 9%
|
||||
# - type: state-icon
|
||||
# entity: group.master_bathroom_motion
|
||||
# entity: binary_sensor.master_bathroom_motion
|
||||
# style:
|
||||
# left: 68%
|
||||
# top: 9%
|
||||
@@ -55,7 +55,7 @@ elements:
|
||||
left: 76%
|
||||
top: 9%
|
||||
- type: state-icon
|
||||
entity: switch.bathroom_vent_switch
|
||||
entity: switch.master_bathroom_vent_switch
|
||||
style:
|
||||
left: 84%
|
||||
top: 9%
|
||||
@@ -65,7 +65,7 @@ elements:
|
||||
action: more-info
|
||||
#top icon spot #3
|
||||
- type: state-icon
|
||||
entity: input_boolean.master_bathroom_occupied
|
||||
entity: input_boolean.bathroom_occupied
|
||||
style:
|
||||
left: 92%
|
||||
top: 9%
|
||||
@@ -75,7 +75,7 @@ elements:
|
||||
action: more-info
|
||||
|
||||
#button #4
|
||||
- type: 'custom:button-card'
|
||||
- type: "custom:button-card"
|
||||
color: auto
|
||||
entity: light.master_bathroom_hue
|
||||
show_name: false
|
||||
@@ -96,7 +96,7 @@ elements:
|
||||
action: more-info
|
||||
|
||||
#button #5
|
||||
- type: 'custom:button-card'
|
||||
- type: "custom:button-card"
|
||||
color: auto
|
||||
entity: media_player.bathroom_mini
|
||||
show_name: false
|
||||
@@ -114,9 +114,8 @@ elements:
|
||||
- height: 45px
|
||||
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