Fix kitchen_sink option flow (#149760)

This commit is contained in:
Erik Montnemery
2025-07-31 17:49:09 +02:00
committed by GitHub
parent 5f6b1212a3
commit 6ad1b8dcb1

View File

@@ -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)}},
) )