Skip to content

Commit

Permalink
Merge pull request #71 from ufozone/70-attributeerror-unifivouchercon…
Browse files Browse the repository at this point in the history
…figflow-object-has-no-attribute-config

Fix attribute error in config flow
  • Loading branch information
ufozone committed May 22, 2024
2 parents fed147b + d4276e6 commit 128df1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/unifi_voucher/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ async def async_step_site(

if config_entry:
self.hass.config_entries.async_update_entry(
config_entry, data=self.config
config_entry, data=self.data
)
await self.hass.config_entries.async_reload(
config_entry.entry_id
Expand Down

0 comments on commit 128df1c

Please sign in to comment.