Skip to content

Commit 10ce72c

Browse files
committed
Add quotes
1 parent 2c93963 commit 10ce72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/lock_code_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async def async_setup(hass: HomeAssistant, config: Config) -> bool:
9696
"Strategy module can't automatically be registered because this "
9797
"Home Assistant instance is running in YAML mode for resources. "
9898
"Please add a new entry in the list under the resources key in "
99-
"the lovelace section of your config as follows:\n - url: %s"
99+
'the lovelace section of your config as follows:\n - url: "%s"'
100100
"\n type: module",
101101
STRATEGY_PATH,
102102
)

0 commit comments

Comments
 (0)