Skip to content

Commit

Permalink
updating the floor plan with downlights
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeraman committed May 18, 2024
1 parent 906856c commit a18a16d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions lovelace-floorplan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,34 @@
top: 53%
left: 71%
"--paper-item-icon-color": '#D8D6D9'

# Master Pendant Light 1
- type: state-icon
icon: 'mdi:ceiling-light'
tap_action:
action: toggle
entity: light.master_pendant_1_mqtt
style:
top: 57%
left: 67%
"--paper-item-icon-color": '#D8D6D9'
"--paper-item-icon-active-color": '#FCD546'
"--rgb-state-light-color": '#FCD546'

# Master Pendant Light 2
- type: state-icon
icon: 'mdi:ceiling-light'
tap_action:
action: toggle
entity: light.master_pendant_2_mqtt
style:
top: 57%
left: 84.6%
"--paper-item-icon-color": '#D8D6D9'
"--paper-item-icon-active-color": '#FCD546'
"--rgb-state-light-color": '#FCD546'


# Bath Light
- type: state-icon
icon: 'mdi:lightbulb-outline'
Expand Down

0 comments on commit a18a16d

Please sign in to comment.