mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Allow None connector for BaseHaRemoteScanner (#84847)
This commit is contained in:
parent
3ac7c687be
commit
7440c34901
@ -183,7 +183,7 @@ class BaseHaRemoteScanner(BaseHaScanner):
|
|||||||
scanner_id: str,
|
scanner_id: str,
|
||||||
name: str,
|
name: str,
|
||||||
new_info_callback: Callable[[BluetoothServiceInfoBleak], None],
|
new_info_callback: Callable[[BluetoothServiceInfoBleak], None],
|
||||||
connector: HaBluetoothConnector,
|
connector: HaBluetoothConnector | None,
|
||||||
connectable: bool,
|
connectable: bool,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Initialize the scanner."""
|
"""Initialize the scanner."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user