Advertisement
artpc

ikonka_drzwi

Apr 14th, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. color: auto
  2. color_type: card
  3. entity: binary_sensor.drzwi_balkon_contact
  4. hold_action:
  5. action: more-info
  6. icon: 'mdi:door'
  7. size: 50%
  8. show_label: true
  9. state:
  10. - color: white
  11. styles:
  12. card:
  13. - animation: blink 2s ease infinite
  14. - color: 'rgb(255, 0, 0)'
  15. value: 'on'
  16. - color: 'rgb(255, 255, 255)'
  17. value: 'off'
  18. styles:
  19. grid:
  20. - grid-template-areas: '"t" "i" "n"'
  21. - grid-template-rows: min-content 1fr min-content
  22. - grid-template-columns: 1fr
  23. card:
  24. - height: 95px
  25. - width: 95px
  26. label:
  27. - font-size: 14px
  28. name:
  29. - font-size: 14px
  30. custom_fields:
  31. t:
  32. card:
  33. type: 'custom:button-card'
  34. name: Timer
  35. entity: binary_sensor.drzwi_balkon_contact
  36. margin: none
  37. show_name: false
  38. show_icon: false
  39. show_state: true
  40. styles:
  41. card:
  42. - box-shadow: none
  43. - font-size: 12px
  44. state:
  45. - color: |
  46. [[[
  47. if (states['sun.sun'].state == 'below_horizon')
  48. return "white";
  49. else
  50. return "red";
  51. ]]]
  52. type: 'custom:button-card'
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement