Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peribeir committed Jan 22, 2022
1 parent 6cb5102 commit 13f52be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/rademacher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def async_update_data():
)

# Backward compatibility
entry_options = entry.options.copy()
entry_options = {key: entry.options[key] for key in entry.options.keys()}
if CONF_EXCLUDE not in entry.options:
if CONF_DEVICES in entry.options:
entry_options[CONF_EXCLUDE] = [
Expand Down

0 comments on commit 13f52be

Please sign in to comment.