Skip to content

Commit

Permalink
mac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizmo2 committed May 6, 2022
1 parent 8d6d531 commit fab1e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/zidoo/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async def async_step_user(self, user_input=None):
errors["base"] = "unknown"

if "base" not in errors:
unique_id = str(f"{DOMAIN}-{validated('mac')}")
unique_id = str(f"{DOMAIN}-{validated['mac']}")
await self.async_set_unique_id(unique_id)
self._abort_if_unique_id_configured()

Expand Down

0 comments on commit fab1e83

Please sign in to comment.