mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Mark inkbird coordinator as not needing connectable (#144584)
This commit is contained in:
parent
2bce697aa7
commit
5fadc56475
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user