Skip to content

Commit

Permalink
oralb async_poll doc comment typo (#86049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Jan 17, 2023
1 parent d2e1179 commit 8b3a651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/oralb/__init__.py
Expand Up @@ -47,7 +47,7 @@ def _needs_poll(

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:
Expand Down

0 comments on commit 8b3a651

Please sign in to comment.