mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 17:18:23 +00:00
fix
This commit is contained in:
parent
c5a0eec441
commit
e48321e8c3
@ -454,11 +454,11 @@ class GenericOptionsFlowHandler(OptionsFlow):
|
|||||||
CONF_USE_WALLCLOCK_AS_TIMESTAMPS
|
CONF_USE_WALLCLOCK_AS_TIMESTAMPS
|
||||||
not in user_input[SECTION_ADVANCED]
|
not in user_input[SECTION_ADVANCED]
|
||||||
):
|
):
|
||||||
user_input[SECTION_ADVANCED][
|
data[SECTION_ADVANCED][CONF_USE_WALLCLOCK_AS_TIMESTAMPS] = (
|
||||||
CONF_USE_WALLCLOCK_AS_TIMESTAMPS
|
self.config_entry.options[SECTION_ADVANCED].get(
|
||||||
] = self.config_entry.options[SECTION_ADVANCED].get(
|
|
||||||
CONF_USE_WALLCLOCK_AS_TIMESTAMPS, False
|
CONF_USE_WALLCLOCK_AS_TIMESTAMPS, False
|
||||||
)
|
)
|
||||||
|
)
|
||||||
self.user_input = data
|
self.user_input = data
|
||||||
# temporary preview for user to check the image
|
# temporary preview for user to check the image
|
||||||
self.preview_image_settings = data
|
self.preview_image_settings = data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user