Advertisement
Guest User

Untitled

a guest
Jan 4th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. views:
  2. - title: Home
  3. sections:
  4. - type: grid
  5. cards:
  6. - type: picture-elements
  7. image: /local/floorplan/blank.png
  8. style:
  9. top: 0
  10. left: 0
  11. transform: translate(0,0)
  12. elements:
  13. - type: conditional
  14. elements:
  15. - type: image
  16. tap_action:
  17. action: none
  18. hold_action:
  19. action: none
  20. style:
  21. top: 0
  22. left: 0
  23. transform: translate(0,0)
  24. 'on': opacity(100%)
  25. 'off': opacity(50%)
  26. image: /local/floorplan/garage.png
  27. conditions:
  28. - condition: state
  29. entity: light.garage_group
  30. state: 'on'
  31. - type: conditional
  32. elements:
  33. - type: image
  34. tap_action:
  35. action: none
  36. hold_action:
  37. action: none
  38. style:
  39. top: 0
  40. left: 0
  41. transform: translate(0,0)
  42. 'on': opacity(100%)
  43. 'off': opacity(50%)
  44. image: /local/floorplan/bathroom.png
  45. conditions:
  46. - condition: state
  47. entity: light.bathroom_group
  48. state: 'on'
  49. - type: conditional
  50. elements:
  51. - type: image
  52. tap_action:
  53. action: none
  54. hold_action:
  55. action: none
  56. style:
  57. top: 0
  58. left: 0
  59. transform: translate(0,0)
  60. 'on': opacity(100%)
  61. 'off': opacity(50%)
  62. image: /local/floorplan/stairs.png
  63. conditions:
  64. - condition: state
  65. entity: light.stairs_group
  66. state: 'on'
  67. - type: conditional
  68. elements:
  69. - type: image
  70. tap_action:
  71. action: none
  72. hold_action:
  73. action: none
  74. style:
  75. top: 0
  76. left: 0
  77. transform: translate(0,0)
  78. 'on': opacity(100%)
  79. 'off': opacity(50%)
  80. image: /local/floorplan/uploo.png
  81. conditions:
  82. - condition: state
  83. entity: light.loo_group
  84. state: 'on'
  85. - type: state-icon
  86. entity: light.garage_group
  87. icon: mdi:crop-square
  88. title: Garage
  89. tap_action:
  90. action: toggle
  91. hold_action:
  92. action: none
  93. style:
  94. opacity: 0%
  95. top: 60%
  96. left: 8%
  97. transform: scale(1,2)
  98. - type: state-icon
  99. entity: light.stairs_group
  100. icon: mdi:crop-square
  101. title: Stairs_Down
  102. tap_action:
  103. action: toggle
  104. hold_action:
  105. action: none
  106. style:
  107. opacity: 0%
  108. top: 35%
  109. left: 35%
  110. transform: scale(2,2)
  111. - type: state-icon
  112. entity: light.stairs_group
  113. icon: mdi:crop-square
  114. title: Stairs_Up
  115. tap_action:
  116. action: toggle
  117. hold_action:
  118. action: none
  119. style:
  120. opacity: 0%
  121. top: 37%
  122. left: 80%
  123. transform: scale(3,2)
  124. - type: state-icon
  125. entity: light.bathroom_group
  126. icon: mdi:crop-square
  127. title: Bathroom
  128. tap_action:
  129. action: toggle
  130. hold_action:
  131. action: none
  132. style:
  133. opacity: 0%
  134. top: 65%
  135. left: 83%
  136. transform: scale(2,2)
  137. - type: state-icon
  138. entity: light.loo_group
  139. icon: mdi:crop-square
  140. title: Loo_Up
  141. tap_action:
  142. action: toggle
  143. hold_action:
  144. action: none
  145. style:
  146. opacity: 0%
  147. top: 30%
  148. left: 55%
  149. transform: scale(2,2)
  150. type: sections
  151. cards: []
  152.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement