Advertisement
artpc

animowana ikona

Feb 19th, 2021
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. type: 'custom:button-card'
  2. entity: input_boolean.przelacznik_nodered
  3. show_last_changed: true
  4. styles:
  5. card:
  6. - '--paper-card-background-color': 'rgba(0, 0, 0, 0.0)'
  7. - box-shadow: none
  8. state:
  9. - value: 'on'
  10. name: 'on'
  11. icon: 'mdi:progress-clock'
  12. color: green
  13. - value: 'off'
  14. name: 'off'
  15. color: red
  16. styles:
  17. icon:
  18. - animation: blink 2s ease infinite
  19. icon: 'mdi:progress-clock'
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement