Advertisement
tom_el_camino

vuilnis blink

Dec 16th, 2021
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. type: grid
  2. cards:
  3. - type: custom:state-switch
  4. entity: sensor.recycle_restafval_dagen
  5. default: 0
  6. states:
  7. '1':
  8. type: markdown
  9. style: |
  10. ha-card {
  11. box-shadow: none;
  12. font-size: 18px;
  13. animation: blink 1s 4;
  14. text-align: center;
  15. padding: 10px}
  16. @keyframes blink {
  17. 50% {
  18.  
  19. background-color:orange;
  20. }
  21. content: '# Morgen restafval !'
  22. - type: custom:state-switch
  23. entity: sensor.recycle_papier_dagen
  24. default: 0
  25. states:
  26. '1':
  27. type: markdown
  28. style: |
  29. ha-card {
  30. box-shadow: none;
  31. font-size: 18px;
  32. animation: blink 1s 4;
  33. text-align: center;
  34. padding: 10px}
  35. @keyframes blink {
  36. 50% {
  37.  
  38. background-color:orange;
  39. }
  40. content: '# Morgen papier !'
  41. - type: custom:state-switch
  42. entity: sensor.recycle_glas_dagen
  43. default: 0
  44. states:
  45. '1':
  46. type: markdown
  47. style: |
  48. ha-card {
  49. box-shadow: none;
  50. font-size: 18px;
  51. animation: blink 1s 4;
  52. text-align: center;
  53. padding: 10px}
  54. @keyframes blink {
  55. 50% {
  56.  
  57. background-color:orange;
  58. }
  59. content: '# Morgen glas !'
  60. - type: custom:state-switch
  61. entity: sensor.recycle_pmd_dagen
  62. default: 0
  63. states:
  64. '1':
  65. type: markdown
  66. style: |
  67. ha-card {
  68. box-shadow: none;
  69. font-size: 18px;
  70. animation: blink 1s 4;
  71. text-align: center;
  72. padding: 10px}
  73. @keyframes blink {
  74. 50% {
  75.  
  76. background-color:orange;
  77. }
  78. content: '# Morgen pmd !'
  79. columns: 1
  80. square: false
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement