mattieha / slider-button-card

A button card with integrated slider
MIT License
429 stars 68 forks source link

Support setting tilt position for covers #231

Closed ScottG489 closed 8 months ago

ScottG489 commented 8 months ago

Is your feature request related to a problem? Please describe. It doesn't appear possible to control a blinds tilt position via the slider.

Describe the solution you'd like I'd like to be able to control a cover's tilt position via the slider.

Describe alternatives you've considered Alternative could be to use a input_number and write an automation that syncs it's state with the covers tilt position. Then use that input_number as the entity. However, having to make an automation for each cover is rather verbose, time consuming, and hacky.

Additional context Add any other context or screenshots about the feature request here.

ScottG489 commented 8 months ago

Ok so this actually seems possible by setting attribute: tilt on the slider in the config. I think this threw me off because it didn't seem possible to do in the UI. The documentation seems decent enough looking it over again.