Advertisement
pqpxoxa

HA - New Light Dashboard - Button Example

May 3rd, 2022
626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. type: custom:button-card
  2. entity: light.master_lights
  3. show_entity_picture: true
  4. entity_picture: /local/masterceiling.png
  5. aspect_ratio: 1/1
  6. hold_action:
  7. action: more-info
  8. tap_action:
  9. action: toggle
  10. name: Ceiling
  11. show_label: false
  12. show_state: true
  13. state:
  14. - styles:
  15. card:
  16. - background-color: '#242e42'
  17. - border-radius: 10%
  18. - padding: 10%
  19. - text-transform: capitalize
  20. - box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
  21. grid:
  22. - grid-template-areas: '"i t" "n n" "s s"'
  23. - grid-template-columns: 1fr min-content
  24. - grid-template-rows: 1fr min-content min-content
  25. - gap: 2px 0px
  26. name:
  27. - font-weight: bold
  28. - font-size: 12px
  29. - color: white
  30. - align-self: middle
  31. - justify-self: start
  32. state:
  33. - font-weight: 300
  34. - font-size: 13px
  35. - color: white
  36. - align-self: middle
  37. - justify-self: start
  38. img_cell:
  39. - justify-content: start
  40. - align-self: middle
  41. - margin: none
  42. icon:
  43. - width: 50%
  44. - color: white
  45. - align-self: middle
  46. - padding-bottom: 5px
  47. value: 'on'
  48. - styles:
  49. card:
  50. - background-color: '#242e42'
  51. - border-radius: 10%
  52. - padding: 10%
  53. - text-transform: capitalize
  54. - box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
  55. grid:
  56. - grid-template-areas: '"i t" "n n" "s s"'
  57. - grid-template-columns: 1fr min-content
  58. - grid-template-rows: 1fr min-content min-content
  59. - gap: 2px 0px
  60. name:
  61. - font-weight: bold
  62. - font-size: 12px
  63. - color: white
  64. - align-self: middle
  65. - justify-self: start
  66. state:
  67. - font-weight: 300
  68. - font-size: 13px
  69. - color: white
  70. - align-self: middle
  71. - justify-self: start
  72. img_cell:
  73. - justify-content: start
  74. - align-self: middle
  75. - margin: none
  76. icon:
  77. - width: 50%
  78. - color: white
  79. - align-self: middle
  80. - opacity: 0.4
  81. - padding-bottom: 5px
  82. operator: default
  83.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement