diff --git a/homeassistant/components/oralb/__init__.py b/homeassistant/components/oralb/__init__.py index 0ee6936b52a5..c981ad01bd88 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: