Slider Button Card Versions Save

A button card with integrated slider

v1.11.0-beta

2 years ago

New feature to lock the button, requiring a click or touch to unlock the button/slider to prevent accidental touch or click. Use the visual editor or add the following in yaml:

slider:
  lock:
    enabled: true
    duration: 5

v1.10.3

2 years ago

Add translations for:

  • German, thanks to @frauhottelmann
  • Korean, thanks to @JoshandNancy

v1.10.2

2 years ago

Thanks to @red-machine95

v1.10.1

2 years ago

Fix background gradient rendered from red on iOS Fix custom styles css vars required !important;

v1.10.0

3 years ago

Lock entities are now supported. Also the readme is updated with yaml examples.

v1.9.0

3 years ago

The climate domain now supported.

  • min value for slider = entity min_temp. Override manually via yaml slider.min.
  • max value for slider = entity max_temp. Override manually via yaml slider.max.

v1.8.0

3 years ago

Add config option compact which defaults to false. Display name and state inline with icon, this way the button has a compact height. Mostly useful for full width cards.

v1.7.1-beta

3 years ago

v1.7.0

3 years ago

Add slider.invert config option. Default for cover is true, for all other domains false. Fixes problems with cover entities using different percentages for open / close state.

No Visual editor option yet, needs to be set via yaml for now.

v1.7.0-beta

3 years ago