We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78f93f commit d18fd4bCopy full SHA for d18fd4b
custom_components/eurotronic_cometblue/config_flow.py
@@ -102,7 +102,7 @@ async def async_step_bluetooth_confirm(
102
CONF_TIMEOUT: DEFAULT_TIMEOUT_SECONDS,
103
CONF_RETRY_COUNT: DEFAULT_RETRY_COUNT,
104
}
105
- | self._existing_entry_data,
+ | (self._existing_entry_data or {}),
106
)
107
108
return self.async_show_form(
0 commit comments