mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
oralb async_poll doc comment typo (#86049)
This commit is contained in:
parent
d2e11797f8
commit
8b3a6514a3
@ -47,7 +47,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
|
|
||||||
async def _async_poll(service_info: BluetoothServiceInfoBleak):
|
async def _async_poll(service_info: BluetoothServiceInfoBleak):
|
||||||
# BluetoothServiceInfoBleak is defined in HA, otherwise would just pass it
|
# BluetoothServiceInfoBleak is defined in HA, otherwise would just pass it
|
||||||
# directly to the Xiaomi code
|
# directly to the oralb code
|
||||||
# Make sure the device we have is one that we can connect with
|
# Make sure the device we have is one that we can connect with
|
||||||
# in case its coming from a passive scanner
|
# in case its coming from a passive scanner
|
||||||
if service_info.connectable:
|
if service_info.connectable:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user