As @Florian said some posts before, you will see the slider after clicking on the device in the web interface.
So click on the Garage door and you will see the slider.
I also suggest you to add this
value_template: '{{ value.x }}'
at the end of the configuration, so you won’t have the fact that one of the button (Up/Stop/Down) will be grayed out.
I’m trying to have the cover position slider show up in a group rather than having to click the entity.
It passes config check but instead of publishing the input_number position to the Shelly it publishes “{{ states(‘input_number.awning_position’) | int }}”, the value template itself.
Is the following possible? if I only want the minimum of the cover to go to 10% and maximum to 90%, how would I configure this? Eg. if the slider is completely to the left, cover goes to 10% (not 0%) and if the slider is completely to the right the cover goes to 90% (not 100%).
Hi @woody4165
I also installed the shelly 2, I put the configuration code in the config.yaml file and everything works.
But I was looking at the next piece of code you wrote and I do not understand what it’s for. Also and where do you have to write it? in the File config.yaml?
and so I see the slider correctly in the group but if I open the shutter from the button or from within the entity, the slider remains with the old value. How can I update the value of the slider in the group when I open or close the shutter with other functions?
in fact, I also think it should not be complicated. The function is the one that told you, only I do not know how to implement it
Do I have to do an automatism?
If so what trigger should I do?