Skip to content

Commit 8b3a651

Browse files
authoredJan 17, 2023
oralb async_poll doc comment typo (home-assistant#86049)
1 parent d2e1179 commit 8b3a651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎homeassistant/components/oralb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _needs_poll(
4747

4848
async def _async_poll(service_info: BluetoothServiceInfoBleak):
4949
# BluetoothServiceInfoBleak is defined in HA, otherwise would just pass it
50-
# directly to the Xiaomi code
50+
# directly to the oralb code
5151
# Make sure the device we have is one that we can connect with
5252
# in case its coming from a passive scanner
5353
if service_info.connectable:

0 commit comments

Comments
 (0)
Please sign in to comment.