Advertisement
pqpxoxa

HA | Redesign - Living Room - Overview - Button

May 22nd, 2023
2,839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. type: custom:button-card
  2. name: Lights
  3. entity: light.livings
  4. icon: mdi:monitor-speaker
  5. show_icon: true
  6. aspect_ratio: 1/1
  7. styles:
  8. card:
  9. - background-color: '#35425c'
  10. - border-radius: 20px
  11. - padding: 8px
  12. - box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
  13. name:
  14. - font-weight: bold
  15. - font-size: 28px
  16. - align-self: middle
  17. - justify-self: start
  18. - padding-left: 9px
  19. - padding-bottom: 13px
  20. - letter-spacing: '-1.0px'
  21. icon:
  22. - padding: 22px
  23. - width: 70px
  24. - height: 70px
  25. - color: white
  26. - border-radius: 55px
  27. - background-color: '#4B5975'
  28. - opacity: 0
  29. img_cell:
  30. - justify-content: start
  31. - align-self: middle
  32. - margin: none
  33. grid:
  34. - grid-template-areas: '"n i1" "i i2" "i i3"'
  35. - grid-template-columns: 72% 28%
  36. - grid-template-rows: 1fr 1fr 1fr
  37. custom_fields:
  38. sub:
  39. - position: absolute
  40. - left: 9%
  41. - top: 23%
  42. logo:
  43. - position: absolute
  44. - left: '-12%'
  45. - top: 33%
  46. custom_fields:
  47. sub:
  48. card:
  49. type: custom:button-card
  50. name: <b style="font-weight:bold;font-size:13px">4 </b>Lights
  51. styles:
  52. card:
  53. - background-color: transparent
  54. - border-style: none
  55. name:
  56. - justify-self: left
  57. - font-size: 12px
  58. - font-weight: 400
  59. - font-color: '#b4c3cd'
  60. logo:
  61. card:
  62. type: custom:button-card
  63. color: transparent
  64. show_name: false
  65. name: false
  66. entity_picture: /local/allhouselights.png
  67. show_entity_picture: true
  68. styles:
  69. card:
  70. - background-color: transparent
  71. - border-style: none
  72. icon:
  73. - width: 110px
  74. - height: 110px
  75. - color: white
  76. - padding: 28px
  77. - align-self: start
  78. - text-align: start
  79. - background-color: '#4B5975'
  80. - border-radius: 95px
  81. i1:
  82. card:
  83. type: custom:button-card
  84. color: transparent
  85. show_name: false
  86. name: Power
  87. icon: mdi:power
  88. styles:
  89. card:
  90. - background-color: '#4B5975'
  91. - border-radius: 55px
  92. - border-style: none
  93. - box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2)
  94. icon:
  95. - width: 30px
  96. - height: 30px
  97. - color: white
  98. - align-self: start
  99. - text-align: start
  100. - padding: 12px
  101. img_cell:
  102. - justify-content: middle
  103. - align-self: middle
  104. - margin: none
  105. i2:
  106. card:
  107. type: custom:button-card
  108. color: transparent
  109. show_name: false
  110. name: Power
  111. icon: phu:floor-lamp
  112. styles:
  113. card:
  114. - background-color: '#4B5975'
  115. - border-radius: 55px
  116. - border-style: none
  117. - box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2)
  118. icon:
  119. - width: 28px
  120. - height: 28px
  121. - color: white
  122. - align-self: start
  123. - text-align: start
  124. - padding: 13px
  125. img_cell:
  126. - justify-content: middle
  127. - align-self: middle
  128. - margin: none
  129. i3:
  130. card:
  131. type: custom:button-card
  132. color: transparent
  133. show_name: false
  134. name: Power
  135. icon: phu:spot-bulb-top
  136. styles:
  137. card:
  138. - background-color: '#4B5975'
  139. - border-radius: 55px
  140. - border-style: none
  141. - box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2)
  142. icon:
  143. - width: 28px
  144. - height: 28px
  145. - color: white
  146. - align-self: start
  147. - text-align: start
  148. - padding: 13px
  149. img_cell:
  150. - justify-content: middle
  151. - align-self: middle
  152. - margin: none
  153.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement