Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Mar 6, 2024
1 parent 2c93963 commit 10ce72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/lock_code_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 10ce72c

Please sign in to comment.