Advertisement
tom_el_camino

living slider

Dec 14th, 2021
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. type: conditional
  2. conditions:
  3. - entity: light.living
  4. state: 'on'
  5. card:
  6. type: custom:slider-button-card
  7. entity: light.living
  8. slider:
  9. direction: left-right
  10. background: gradient
  11. use_state_color: false
  12. use_percentage_bg_opacity: true
  13. show_track: true
  14. toggle_on_click: false
  15. force_square: false
  16. show_name: true
  17. show_state: true
  18. compact: true
  19. icon:
  20. show: true
  21. use_state_color: true
  22. tap_action:
  23. action: navigate
  24. navigation_path: /lovelace-phone/3
  25. icon: ''
  26. action_button:
  27. mode: toggle
  28. icon: mdi:power
  29. show: false
  30. show_spinner: true
  31. tap_action:
  32. action: toggle
  33. style: |
  34. ha-card {
  35. --ha-card-background: var(--primary-background-color);
  36. border-radius: 15px;
  37. border: 2px solid #f69973;
  38. }
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement