slider-button-card icon indicating copy to clipboard operation
slider-button-card copied to clipboard

A button card with integrated slider

Results 30 slider-button-card issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I would like my...

Would it be possible to add a control to change the size of the slider portion of the card? I am thinking instead of having the slider be the entire...

I am setting up a horizontal stack with vertical sliders, and disabling the show button option. The icon, name and state are all at the left. It would be great...

Previously, slider value was based on your absolute finger or mouse position within the bounds of the slider track. This resulted in a light at 10% suddenly shooting up to...

A new feature that allows to send new values to the entity while changing the slider, without releasing it. This PR was originally opened in mattieha's repo: https://github.com/mattieha/slider-button-card/pull/169

Example usage: ```yaml - type: custom:slider-button-card entity: script.turn_off_front slider: direction: left-right background: solid use_state_color: false use_percentage_bg_opacity: false show_track: false disable_sliding: true force_square: false tap_action: action: call-service service: script.turn_off_front show_name: true...

This adds sensor and binary_sensor controllers. These are read-only entities, so by default the slider is disabled. Sensor domain requested in #111 Binary_sensor domain requested in #128 Screenshot: ![image](https://user-images.githubusercontent.com/187255/166392657-8d654a60-2f60-4dbb-b71c-40676f3ee0d3.png) Notes:...

Resolves an issue on mobile where tapping needed to be incredibly precise (only my android phone, tapping on my surface worked fine - the touch interfaces must interpret interaction slightly...

Some visual changes to make the card look more modern. Results in a cleaner look: Vertically centered icons and text and action button (icon on the right).

This one is a pretty big change and most of my PRs submitted after this one (e.g., scene domain support) work best if this is already merged. This change is...