hugobloem / stateful_scenes

Stateful Scenes in Home Assistant (Home Kit scene compatible)
MIT License
52 stars 6 forks source link

Add debounce time setting #87

Closed kdkavanagh closed 5 months ago

kdkavanagh commented 6 months ago

Closes #85 and #37. Probably also closes #74

Cheerpipe commented 6 months ago

Hi.

Config flow is broken because you missed this two const:

CONF_DEBOUNCE_TIME
DEFAULT_DEBOUNCE_TIME
kdkavanagh commented 6 months ago

Thanks, sorted. Had missed them in porting over to the new code which was newer than what I was already running

Cheerpipe commented 6 months ago

so far so good. Using your PR with debounce time of 1 seconds do the trick and solve abnormal switch behaviors.

Thanks.

hugobloem commented 5 months ago

Thank you!