From 10ce72c9a474ebebb4c85732700c9dd7e26b2215 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:18:15 -0500 Subject: [PATCH] Add quotes --- custom_components/lock_code_manager/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/lock_code_manager/__init__.py b/custom_components/lock_code_manager/__init__.py index 7989003b..42b34865 100644 --- a/custom_components/lock_code_manager/__init__.py +++ b/custom_components/lock_code_manager/__init__.py @@ -96,7 +96,7 @@ async def async_setup(hass: HomeAssistant, config: Config) -> bool: "Strategy module can't automatically be registered because this " "Home Assistant instance is running in YAML mode for resources. " "Please add a new entry in the list under the resources key in " - "the lovelace section of your config as follows:\n - url: %s" + 'the lovelace section of your config as follows:\n - url: "%s"' "\n type: module", STRATEGY_PATH, )