oralb async_poll doc comment typo (#86049)

This commit is contained in:
Luke 2023-01-16 19:26:54 -05:00 committed by GitHub
parent d2e11797f8
commit 8b3a6514a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
async def _async_poll(service_info: BluetoothServiceInfoBleak):
# 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
# in case its coming from a passive scanner
if service_info.connectable: