Closed adidoes closed 2 months ago
same problem here, please make possible at least trigger a script, where we can put any buttons and would be nice to trigger services too. e.g.
open_cover:
service: cover.open_cover
target:
entity_id: cover.shtora_spalnia
close_cover:
service: cover.close_cover
target:
entity_id: cover.shtora_spalnia
or at least
close_switch_entity_id: script.cover_spalny_close
open_switch_entity_id: script.cover_spalny_open
Foremost, thank you for your work on this addon, @duhow!
I second the @klim123123's suggestion! The Superrollo GW60 esp solution I use, only has cover controls for open/close/stop. It would be fantastic if those controls would be allowed as input source for this addon.
Alternatively accepting input_booleans as input would be a good workaround(?)
Sorry for the delay. There are two requests in here:
Support 3 inputs (add stop "switch"), which I'm not sure if I must keep turned on until another direction starts, or just holding for a second would be enough.
Support other domain entities (button
and/or script
), which are called with different action
.
Let's see...
Wow, thank you very, very much @duhow !
hello,
does this support having one single button for up, down and stop? i tried putting the same entity in both fields during setup but the button states are not displayed correctly in the dashboard (all 3 up down and stop buttons are clickable all the time and the stop button doesn't work).