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 GitHub
parent 2bce697aa7
commit 5fadc56475
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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