From 27fe00125d429bcc71d3db9f34fbb863620af015 Mon Sep 17 00:00:00 2001 From: Erik Montnemery <erik@montnemery.com> Date: Tue, 11 Jun 2024 14:01:23 +0200 Subject: [PATCH] Fix typo in auth (#119388) --- homeassistant/auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/auth/__init__.py b/homeassistant/auth/__init__.py index 0b749766263..c39657b6147 100644 --- a/homeassistant/auth/__init__.py +++ b/homeassistant/auth/__init__.py @@ -53,7 +53,7 @@ async def auth_manager_from_config( ) -> AuthManager: """Initialize an auth manager from config. - CORE_CONFIG_SCHEMA will make sure do duplicated auth providers or + CORE_CONFIG_SCHEMA will make sure no duplicated auth providers or mfa modules exist in configs. """ store = auth_store.AuthStore(hass) -- GitLab