Advertisement
artpc

Untitled

Jan 24th, 2021
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. entity: binary_sensor.0x00124b0022361411_contact
  2. icon: 'mdi:doorbell'
  3. name: Łazienka
  4. extra_styles: |
  5. @keyframes mymove {
  6. 50% {box-shadow: 0 0 20px orange;}
  7. }
  8. state:
  9. - icon: 'mdi:door-closed'
  10. styles:
  11. card: null
  12. icon:
  13. - width: 35%
  14. - opacity: 0.5
  15. - padding-top: 10px
  16. name:
  17. - padding: 10px
  18. - font-size: 12px
  19. - text-overflow: unset
  20. - white-space: unset
  21. - word-break: break-word
  22. value: 'off'
  23. - color: white
  24. icon: 'mdi:door-open'
  25. operator: default
  26. styles:
  27. card:
  28. - animation: mymove 2s infinite
  29. icon:
  30. - width: 35%
  31. - padding-top: 10px
  32. - color: 'rgba(225, 0, 0, 0.6)'
  33. name:
  34. - padding: 10px
  35. - color: red
  36. - font-weight: bold
  37. - font-size: 12px
  38. - text-overflow: unset
  39. - white-space: unset
  40. - word-break: break-word
  41. type: 'custom:button-card'
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement