Skip to content

Commit 9818651

Browse files
committed
Fix log message
1 parent 2991ce8 commit 9818651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/stromer/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def async_step_bike(
6767
self.user_input_data["nickname"] = nickname
6868
self.user_input_data["model"] = self.all_bikes[bike_id]["biketype"]
6969

70-
LOGGER.info(f"Using {selected_bike} (i.e. bike ID {bike_id} to talk to the Stromer API")
70+
LOGGER.info(f"Using {selected_bike} (i.e. bike ID {bike_id}) to talk to the Stromer API")
7171

7272
await self.async_set_unique_id(f"stromerbike-{bike_id}")
7373
self._abort_if_unique_id_configured()

0 commit comments

Comments
 (0)