diff --git a/custom_components/uvfive/config_flow.py b/custom_components/uvfive/config_flow.py index f81ac56..60b33c3 100644 --- a/custom_components/uvfive/config_flow.py +++ b/custom_components/uvfive/config_flow.py @@ -93,6 +93,7 @@ async def async_step_zeroconf(self, discovery_info): async def async_step_device(self, user_input=None): """Handle a flow initialized by the user to configure a uvfive miot device.""" + errors = {} if user_input is not None: self.host = user_input[CONF_HOST] token = user_input[CONF_TOKEN]