mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 01:58:20 +00:00
Fix kitchen_sink option flow (#149760)
This commit is contained in:
parent
5f6b1212a3
commit
6ad1b8dcb1
@ -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)}},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user