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 2991ce8 commit 9818651Copy full SHA for 9818651
custom_components/stromer/config_flow.py
@@ -67,7 +67,7 @@ async def async_step_bike(
67
self.user_input_data["nickname"] = nickname
68
self.user_input_data["model"] = self.all_bikes[bike_id]["biketype"]
69
70
- LOGGER.info(f"Using {selected_bike} (i.e. bike ID {bike_id} to talk to the Stromer API")
+ LOGGER.info(f"Using {selected_bike} (i.e. bike ID {bike_id}) to talk to the Stromer API")
71
72
await self.async_set_unique_id(f"stromerbike-{bike_id}")
73
self._abort_if_unique_id_configured()
0 commit comments