Skip to content

Commit 5dcb20e

Browse files
committed
* Formatting
1 parent c0d9724 commit 5dcb20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/systemair/config_flow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ async def async_step_modbus_webapi(self, user_input: dict | None = None) -> conf
257257
self._abort_if_unique_id_configured()
258258

259259
user_input[CONF_API_TYPE] = API_TYPE_MODBUS_WEBAPI
260-
260+
261261
# Use device model if user didn't select one manually
262262
if CONF_MODEL not in user_input or not user_input[CONF_MODEL]:
263263
user_input[CONF_MODEL] = device_info.get("model", next(iter(MODEL_SPECS)))
264-
264+
265265
# Title is always the selected/detected model
266266
return self.async_create_entry(
267267
title=user_input[CONF_MODEL],

0 commit comments

Comments
 (0)