mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Allow None connector for BaseHaRemoteScanner (#84847)
This commit is contained in:
@@ -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."""
|
||||||
|
Reference in New Issue
Block a user