We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c6947 commit 88a4c1cCopy full SHA for 88a4c1c
custom_components/file_plusplus/config_flow.py
@@ -107,7 +107,7 @@ async def _async_handle_step(
107
if not await self.validate_file_path(user_input[CONF_FILE_PATH]):
108
errors[CONF_FILE_PATH] = "not_allowed"
109
else:
110
- title = f"{DEFAULT_NAME} [{user_input[CONF_FILE_PATH]}]"
+ title = f"{platform.capitalize()} [{user_input[CONF_FILE_PATH]}]"
111
data = deepcopy(user_input)
112
options = {}
113
for key, value in user_input.items():
0 commit comments