Advertisement
Wykop

guzik

Dec 18th, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. type: button
  3. tap_action:
  4. action: toggle
  5. entity: switch.parking_lewa
  6. name: ' '
  7. icon: mdi:pine-tree
  8. style: |
  9. ha-card {
  10. --paper-item-icon-active-color: rgba(125,170,104,0.5);
  11. --paper-item-icon-color: green;
  12. {% if is_state(config.entity,"on") %}
  13. background: url("https://i.pinimg.com/originals/79/8b/71/798b71faaa527c12e213986cbcc4709d.gif");
  14. {% endif %}
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement