Advertisement
Guest User

Untitled

a guest
Jun 11th, 2020
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.40 KB | None | 0 0
  1.      - type: picture-elements
  2.         image: /local/img/floorplan/nolight.png
  3.         elements:
  4.             - type: conditional
  5.               conditions:
  6.                 - entity: light.bathroom_l
  7.                   state: 'on'
  8.               elements:
  9.                 - type: image
  10.                   image: /local/img/floorplan/rooms/bathroom-1.png
  11.                   style:
  12.                     left: 50%
  13.                     top: 50%
  14.                     width: 100%
  15.                   tap_action: toggle
  16.             - type: conditional
  17.               conditions:
  18.                 - entity: light.bathroom_light
  19.                   state: 'on'
  20.               elements:
  21.                 - type: image
  22.                   image: /local/img/floorplan/rooms/bathroom-1-2.png
  23.                   style:
  24.                     left: 50%
  25.                     top: 50%
  26.                     width: 100%
  27.                   tap_action: toggle
  28.             - type: conditional
  29.               conditions:
  30.                 - entity: light.bathroom_light
  31.                   state: 'on'
  32.                 - entity: light.bathroom_l
  33.                   state: 'on'
  34.               elements:
  35.                 - type: image
  36.                   image: /local/img/floorplan/rooms/bathroom-1-2-3.png
  37.                   style:
  38.                     left: 50%
  39.                     top: 50%
  40.                     width: 100%
  41.                   tap_action: toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement