Mark inkbird coordinator as not needing connectable (#144584)

This commit is contained in:
J. Nick Koston 2025-05-09 17:19:00 -05:00 committed by Franck Nijhof
parent 5a95f43992
commit e9cc624d93
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952

View File

@ -58,6 +58,7 @@ class INKBIRDActiveBluetoothProcessorCoordinator(
update_method=self._async_on_update,
needs_poll_method=self._async_needs_poll,
poll_method=self._async_poll_data,
connectable=False, # Polling only happens if active scanning is disabled
)
async def async_init(self) -> None: