Closed kdkavanagh closed 5 months ago
Hi.
Config flow is broken because you missed this two const:
CONF_DEBOUNCE_TIME
DEFAULT_DEBOUNCE_TIME
Thanks, sorted. Had missed them in porting over to the new code which was newer than what I was already running
so far so good. Using your PR with debounce time of 1 seconds do the trick and solve abnormal switch behaviors.
Thanks.
Thank you!
Closes #85 and #37. Probably also closes #74