ricott / homey-no.easee

Easee app for Homey
GNU General Public License v3.0
5 stars 5 forks source link

Create Schedule should enable start and stop values by using flow tags #55

Open bwa opened 1 year ago

bwa commented 1 year ago

I have a case when I have a flow that has a dynamic start and stop time. It's not possible to execute action Create Schedule using #start-time and #stop-time from the flow.

n808 commented 9 months ago

Yes, this feature is needed. The Create Schedule card is rather pointless without support for dynamic variables. If a Pull request was added with this implemented, perhaps the feature would be added.

Bjorn-Willy-Arntzen commented 9 months ago

For now I have created a HomeyScript to transform the flow variable to a string, it works, but it's not pretty.