When restarting Home Assistant, an error is thrown when bulbs are offline.
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/pywizlight/bulb.py", line 379, in _send_udp_message_with_retry
if transport.is_closing() or response_future.done():
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'is_closing'
When restarting Home Assistant, an error is thrown when bulbs are offline.
Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/pywizlight/bulb.py", line 379, in _send_udp_message_with_retry if transport.is_closing() or response_future.done(): ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'is_closing'