frenck / spook

A scary 👻 powerful toolbox 🧰 for Home Assistant 🏡
https://spook.boo
MIT License
381 stars 36 forks source link

Unable to use step value for number.decrement/increment service #78

Closed qp68 closed 1 year ago

qp68 commented 1 year ago

Same issue as in #62 but for number.decrement and number.increment services.

I'm unable to use these services when specifying a step, receive following error :

Error handling message: extra keys not allowed @ data['step']. Got None (invalid_format)

frenck commented 1 year ago

This is not related to #62, but an user-error.

step isn't a valid parameter for this service call.

../frenck

qp68 commented 1 year ago

47129ED6-0C30-4D92-AA48-3B53640E8669

So there shouldn’t be an option for it in the service call

frenck commented 1 year ago

That is amount, not step.

frenck commented 1 year ago

Aah I see the issue, ok, thanks! Will fix that!

frenck commented 1 year ago

Fixed in current main branch, will be part of the next release.