Skip to content

Commit

Permalink
Read default state for options flow checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-r committed Jan 17, 2024
1 parent d83868a commit a348ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ohme/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async def async_step_init(self, options):
"password"
): str,
vol.Required(
"never_session_specific"
"never_session_specific", default=self._config_entry.options.get("never_session_specific", False)
) : bool
}), errors=errors
)

0 comments on commit a348ac1

Please sign in to comment.