Skip to content

Commit

Permalink
fix mqtt discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomes committed Feb 19, 2024
1 parent 6ed4ea4 commit 3b8be7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/openhasp/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def validate_jsonl(path):
return file_in


@config_entries.HANDLERS.register(DOMAIN)
class OpenHASPFlowHandler(config_entries.ConfigFlow):
class OpenHASPFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
"""Config flow for OpenHASP component."""

VERSION = 1
Expand Down

0 comments on commit 3b8be7f

Please sign in to comment.