From 8b3a6514a365d49c4efb8df04046bb5eb73ab5c1 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 16 Jan 2023 19:26:54 -0500 Subject: [PATCH] oralb async_poll doc comment typo (#86049) --- homeassistant/components/oralb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/oralb/__init__.py b/homeassistant/components/oralb/__init__.py index 0ee6936b52a500..c981ad01bd8860 100644 --- a/homeassistant/components/oralb/__init__.py +++ b/homeassistant/components/oralb/__init__.py @@ -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: