Skip to content

Commit

Permalink
Store experimental in options instead of data (#3175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 2, 2023
1 parent a01eab4 commit 133265c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/hacs/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ async def async_step_device_done(self, user_input: dict[str, bool] | None = None
title="",
data={
"token": self.activation.access_token,
},
options={
"experimental": self._user_input.get("experimental", False),
},
)
Expand Down

0 comments on commit 133265c

Please sign in to comment.