vawaver

Roborock entita obrázka

Jan 6th, 2021 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. #Toto je v lovelace pridané ako entita obrázku
  2.  
  3. elements:
  4. - icon: 'mdi:play'
  5. style:
  6. color: '#03B14B'
  7. left: 60%
  8. top: 85%
  9. tap_action:
  10. action: call-service
  11. service: script.1581347174328
  12. title: null
  13. type: icon
  14. - icon: 'mdi:stop'
  15. style:
  16. color: '#03B14B'
  17. left: 75%
  18. top: 85%
  19. tap_action:
  20. action: call-service
  21. service: script.1554750488302
  22. title: null
  23. type: icon
  24. - icon: 'mdi:home'
  25. style:
  26. color: '#03B14B'
  27. left: 90%
  28. top: 85%
  29. tap_action:
  30. action: call-service
  31. service: script.1554750390516
  32. title: null
  33. type: icon
  34. - icon: 'mdi:silverware-fork-knife'
  35. style:
  36. color: '#03B14B'
  37. left: 10%
  38. top: 85%
  39. tap_action:
  40. action: call-service
  41. service: script.1554750758436
  42. title: null
  43. type: icon
  44. - icon: 'mdi:door'
  45. style:
  46. color: '#03B14B'
  47. left: 25%
  48. top: 85%
  49. tap_action:
  50. action: call-service
  51. service: script.1554750685366
  52. title: null
  53. type: icon
  54. - icon: 'mdi:monitor-multiple'
  55. style:
  56. color: '#03B14B'
  57. left: 40%
  58. top: 85%
  59. tap_action:
  60. action: call-service
  61. service: script.1554750597861
  62. title: null
  63. type: icon
  64. - entity: vacuum.xiaomi_vacuum_cleaner
  65. style:
  66. background-color: '#fffff'
  67. border-color: 'rgb(34, 154, 210)'
  68. border-radius: 6px
  69. color: 'rgb(255, 255, 255)'
  70. font-size: 150%
  71. font-weight: bold
  72. right: 41%
  73. top: 11%
  74. transform: 'translate(0%,-50%)'
  75. tap_action: more-info
  76. type: state-label
  77. - entity: sensor.vacuum_cleanmainbrush
  78. style:
  79. border-color: 'rgb(34, 154, 210)'
  80. border-right-style: solid
  81. color: '#ffffff'
  82. font-size: 100%
  83. pointer-events: none
  84. right: 1%
  85. top: 25%
  86. transform: 'translate(0%,-50%)'
  87. type: state-label
  88. - entity: sensor.vacuum_cleansidebrush
  89. style:
  90. border-color: 'rgb(34, 154, 210)'
  91. border-right-style: solid
  92. color: '#ffffff'
  93. font-size: 100%
  94. pointer-events: none
  95. right: 1%
  96. top: 35%
  97. transform: 'translate(0%,-50%)'
  98. type: state-label
  99. - entity: sensor.vacuum_cleanfilter
  100. style:
  101. border-color: 'rgb(34, 154, 210)'
  102. border-right-style: solid
  103. color: '#ffffff'
  104. font-size: 100%
  105. pointer-events: none
  106. right: 1%
  107. top: 45%
  108. transform: 'translate(0%,-50%)'
  109. type: state-label
  110. - entity: sensor.vacuum_sensordirtyleft
  111. style:
  112. border-color: 'rgb(34, 154, 210)'
  113. border-right-style: solid
  114. color: '#ffffff'
  115. font-size: 100%
  116. pointer-events: none
  117. right: 1%
  118. top: 55%
  119. transform: 'translate(0%,-50%)'
  120. type: state-label
  121. - entity: sensor.vacuum_status
  122. style:
  123. border-color: '#3090C7'
  124. border-left-style: solid
  125. color: '#ffffff'
  126. font-size: 100%
  127. left: 1%
  128. pointer-events: none
  129. top: 25%
  130. transform: 'translate(0%,-50%)'
  131. type: state-label
  132. - entity: sensor.vacuum_battery
  133. style:
  134. border-color: 'rgb(34, 154, 210)'
  135. border-left-style: solid
  136. color: '#ffffff'
  137. font-size: 100%
  138. left: 1%
  139. pointer-events: none
  140. top: 35%
  141. transform: 'translate(0%,-50%)'
  142. type: state-label
  143. - entity: sensor.vacuum_cleaned_area
  144. prefix: 'Plocha: '
  145. style:
  146. border-color: 'rgb(34, 154, 210)'
  147. border-left-style: solid
  148. color: '#fff'
  149. font-size: 100%
  150. left: 1%
  151. pointer-events: none
  152. top: 45%
  153. transform: 'translate(0%,-50%)'
  154. type: state-label
  155. - entity: sensor.vacuum_cleaning_time
  156. prefix: 'Čas: '
  157. style:
  158. border-color: 'rgb(34, 154, 210)'
  159. border-left-style: solid
  160. color: '#fff'
  161. font-size: 100%
  162. left: 1%
  163. pointer-events: none
  164. top: 55%
  165. transform: 'translate(0%,-50%)'
  166. type: state-label
  167. image: /local/roborock.jpg
  168. type: picture-elements
  169.  
Add Comment
Please, Sign In to add comment