I am trying to put a slider card on Dashboard which will enable me to control tilt of my shutters.
Currently I can set the tilt separately when activating it from the entity. I want a similar sliders on my dashboard.
I am using GitHub - mattieha/slider-button-card: A button card with integrated slider but I cannot get it to change only the tilt.
I set up the card accordingly and in attribute i selected “current_tilt_position”
type: custom:slider-button-card
entity: cover.eg_kuche
slider:
direction: left-right
background: solid
use_state_color: false
use_percentage_bg_opacity: false
toggle_on_click: false
show_track: false
force_square: false
invert: true
show_attribute: false
show_name: true
show_state: true
compact: true
icon:
show: true
use_state_color: true
tap_action:
action: more-info
icon: ""
action_button:
mode: toggle
icon: mdi:power
show: false
show_spinner: true
tap_action:
action: toggle
attribute: current_tilt_position
show_attribute: false
But it still operates the shutters itself and not only the tilt like the entity controls.
I was trying to setup an automation which sets tilt only and it works. I’d say I can connect the slider card to the automation and do it that way but i feel like there is a simpler solution where I setup the card to change the entity tilt, not position.
If I can provide more info, I will do it.
Thanks for help