Advertisement
pqpxoxa

HA - Security Alarm Card

Sep 9th, 2021
674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. type: custom:button-card
  2. entity: alarm_control_panel.alarmo
  3. show_state: true
  4. icon: mdi:alarm-bell
  5. name: ALARM STATUS
  6. show_label: true
  7. label: READY
  8. styles:
  9. card:
  10. - background-color: green
  11. - padding: 3%
  12. - box-shadow: inset 0 0 5px rgba(0,0,0,0.6)
  13. grid:
  14. - grid-template-areas: '"i n l" "i s btn"'
  15. - grid-template-columns: auto auto auto
  16. - grid-template-rows: 1fr 1fr
  17. icon:
  18. - width: 40px
  19. name:
  20. - justify-self: start
  21. - font-weight: 300
  22. - font-size: 20px
  23. - text-align: center
  24. state:
  25. - font-size: 14px
  26. - justify-self: start
  27. - font-weight: 450
  28. - text-transform: uppercase
  29. - align-self: middle
  30. - text-align: center
  31. label:
  32. - font-size: 16px
  33. - justify-self: center
  34. - font-weight: 300
  35. - text-align: center
  36. - padding-bottom: 5px
  37. custom_fields:
  38. btn:
  39. - background-color: green
  40. custom_fields:
  41. btn:
  42. card:
  43. type: horizontal-stack
  44. cards:
  45. - type: custom:button-card
  46. name: false
  47. aspect_ratio: 1/1
  48. tap_action:
  49. action: none
  50. icon: mdi:home-floor-g
  51. styles:
  52. card:
  53. - background-color: transparent
  54. icon:
  55. - color: white
  56. - width: 26px
  57. - type: custom:button-card
  58. name: false
  59. aspect_ratio: 1/1
  60. tap_action:
  61. action: none
  62. icon: mdi:home-floor-1
  63. styles:
  64. card:
  65. - background-color: transparent
  66. icon:
  67. - color: white
  68. - width: 26px
  69. - type: custom:button-card
  70. name: false
  71. aspect_ratio: 1/1
  72. tap_action:
  73. action: none
  74. icon: mdi:home-floor-2
  75. styles:
  76. card:
  77. - background-color: transparent
  78. icon:
  79. - color: white
  80. - width: 26px
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement