Advertisement
tom_el_camino

first button

Dec 14th, 2021
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1.  
  2.  
  3. custom_fields:
  4. time:
  5. card:
  6. entity: sensor.current_date_time
  7. layout: horizontal
  8. name: []
  9. show_icon: false
  10. show_state: true
  11. show_name: false
  12. type: custom:button-card
  13. styles:
  14. card:
  15. - box-shadow: none
  16. - height: 60px
  17. - justify-self: start
  18. - padding-right: 30px
  19. state:
  20. - height: 27px
  21. - justify-self: start
  22. - font-size: 20px
  23. - font-weight: 300
  24. entity: light.living
  25. hold_action:
  26. action: more-info
  27. name: LIVING
  28. icon: null
  29. state:
  30. - value: 'on'
  31. icon: fas:toggle-on
  32. styles:
  33. card:
  34. - yyyy: value
  35. icon:
  36. - color: '#ff9b75'
  37. name:
  38. - color: '#ff9b75'
  39. - value: 'off'
  40. icon: fas:toggle-off
  41. styles:
  42. card:
  43. - yyyy: value
  44. icon:
  45. - color: gray
  46. name:
  47. - color: gray
  48. styles:
  49. card:
  50. - height: 100%
  51. - border-radius: 25px
  52. name:
  53. - height: 30px
  54. - justify-self: left
  55. - font-size: 15px
  56. - font-weight: 300
  57. - padding: 22px 0 0 15px
  58. grid:
  59. - grid-template-areas: '"n i" "time time" '
  60. - grid-template-columns: 60% 40%
  61. - grid-template-rows: auto
  62. icon:
  63. - width: 25px
  64. - padding: 10px 0 0 0
  65. type: custom:button-card
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement