Advertisement
madmicio

bottone

Dec 8th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. - type: "custom:button-card"
  2. name: Albero
  3. entity: switch.albero_di_natale
  4. size: 35px
  5. styles:
  6. name:
  7. - font-size: 14px
  8. card:
  9. - border: 'solid 1px rgba(57,128,228,0.4)'
  10. - # background-color: 'rgba(0,0,20,0.1)'
  11. - border-radius: 2px
  12. state:
  13. - value: "on"
  14. icon: mdi:pine-tree
  15. styles:
  16. card:
  17. - background-color: 'rgba(0,0,20,0.25)'
  18. - border: 'solid 1px rgba(255,165,0,0.8)'
  19. - value: 'off'
  20. icon: mdi:pine-tree
  21. styles:
  22. card:
  23. - # background-color: 'rgba(0,0,20,0.1)'
  24. - border: 'solid 1px rgba(57,128,228,0.4)'
  25. icon:
  26. - color: grey
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement