mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 19:11:42 +02:00
Fix kitchen_sink option flow (#149760)
This commit is contained in:
@@ -99,7 +99,7 @@ class OptionsFlowHandler(OptionsFlowWithReload):
|
|||||||
),
|
),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
self.add_suggested_values_to_schema(
|
data_schema = self.add_suggested_values_to_schema(
|
||||||
data_schema,
|
data_schema,
|
||||||
{"section_1": {"int": self.config_entry.options.get(CONF_INT, 10)}},
|
{"section_1": {"int": self.config_entry.options.get(CONF_INT, 10)}},
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user