Skip to content

Commit

Permalink
unique ids fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed May 14, 2024
1 parent 1967381 commit 1bb14d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eltako/config_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def config_check_gateway(config: dict) -> bool:
g_ids.append(g[CONF_ID])

if len(g_ids) == 0:
return False
return True

return True

Expand Down

0 comments on commit 1bb14d6

Please sign in to comment.