ol-iver / denonavr

Automation Library for Denon AVR receivers.
MIT License
176 stars 67 forks source link

Fix an issue with reconnect_task being None. #246

Closed dcmeglio closed 1 year ago

dcmeglio commented 1 year ago

Resolve an issue where reconnect_task was set to None but still being used causing async_disconnect to fail.

ol-iver commented 1 year ago

thanks 😄