Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. type: picture-elements
  2. image: /local/floorplan.jpg
  3. elements:
  4. - camera_image: camera.rockrobo_map
  5. camera_view: camera.rockrobo_map
  6. entity: camera.rockrobo_map
  7. style:
  8. left: '-63%'
  9. opacity: 0.5
  10. top: 8%
  11. transform: 'rotate(-89deg) translate(-0%, -0%)'
  12. width: 238%
  13. type: image
  14. - entity: input_boolean.kueche_vacuum_zone
  15. filter: saturate(.0) contrast(0%) brightness(0%)
  16. image: /local/vacuum_eg_kueche.png
  17. state_filter:
  18. 'on': drop-shadow(0px 0px 7px yellow) saturate(2.0)
  19. style:
  20. left: 64%
  21. top: 19.2%
  22. width: 29%
  23. tap_action:
  24. action: toggle
  25. type: image
  26. - entity: input_boolean.flur_vacuum_zone
  27. filter: saturate(.0) contrast(0%) brightness(0%)
  28. image: /local/vacuum_eg_flur.png
  29. state_filter:
  30. 'on': drop-shadow(0px 0px 7px green) saturate(2.0)
  31. style:
  32. left: 43%
  33. top: 20.5%
  34. width: 36%
  35. tap_action:
  36. action: toggle
  37. type: image
  38. - entity: input_boolean.essbereich_vacuum_zone
  39. filter: saturate(.0) contrast(0%) brightness(0%)
  40. image: /local/vacuum_eg_essbereich.png
  41. state_filter:
  42. 'on': drop-shadow(0px 0px 7px pink) saturate(1.3)
  43. style:
  44. left: 65%
  45. top: 43.4%
  46. width: 37%
  47. tap_action:
  48. action: toggle
  49. type: image
  50. - entity: input_boolean.sofa_vacuum_zone
  51. filter: saturate(.0) contrast(0%) brightness(0%)
  52. image: /local/vacuum_eg_sofa.png
  53. state_filter:
  54. 'on': drop-shadow(0px 0px 7px blue) saturate(2.0)
  55. style:
  56. left: 46%
  57. top: 67.8%
  58. width: 29%
  59. tap_action:
  60. action: toggle
  61. type: image
  62. - entity: input_boolean.wohnzimmerwand_vacuum_zone
  63. filter: saturate(.0) contrast(0%) brightness(0%)
  64. image: /local/vacuum_eg_wohnzimmerwand.png
  65. state_filter:
  66. 'on': drop-shadow(0px 0px 7px red) saturate(2.0)
  67. style:
  68. left: 71.8%
  69. top: 68%
  70. width: 26%
  71. tap_action:
  72. action: toggle
  73. type: image
  74. - entity: input_boolean.wintergarten_vacuum_zone
  75. filter: saturate(.0) contrast(0%) brightness(0%)
  76. image: /local/vacuum_eg_wintergarten.png
  77. state_filter:
  78. 'on': drop-shadow(0px 0px 7px lightblue) saturate(2.0)
  79. style:
  80. left: 57.8%
  81. top: 86.8%
  82. width: 52%
  83. tap_action:
  84. action: toggle
  85. type: image
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement