finity69x2 / cover-position-preset-row

Plug-in for Home Assistant that provides an easy means to set 3 fixed positions for a programmable cover entity.
24 stars 4 forks source link

Using input_number for values #8

Closed mgriffin13 closed 3 years ago

mgriffin13 commented 3 years ago

Would it be possible to use an input_number for the midOpenPosition and midClosePosition values? I have my positions set via input_number so I can use them in automations and scripts, and I would like to just reference those values rather than statically setting them.

finity69x2 commented 3 years ago

You can't do that directly with this control row but you could likely use other custom cards to interact with this to accomplish what you want.

Something like "lovelace card templater" might work but I've never tried it.