mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-27 11:16:28 +00:00
Fix typo (#571)
This commit is contained in:
parent
77cd2b6df3
commit
c89143933c
@ -124,7 +124,7 @@ class ExampleConfigFlow(data_entry_flow.FlowHandler):
|
|||||||
return self.async_show_form(step_id="init", data_schema=vol.Schema(data_schema))
|
return self.async_show_form(step_id="init", data_schema=vol.Schema(data_schema))
|
||||||
```
|
```
|
||||||
|
|
||||||
If you'd like to pre-fill data in the form, you have two options. The first is to use the `deafult` parameter. This will both pre-fill the field, and act as the default value in case the user leaves the field empty.
|
If you'd like to pre-fill data in the form, you have two options. The first is to use the `default` parameter. This will both pre-fill the field, and act as the default value in case the user leaves the field empty.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
data_schema = {
|
data_schema = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user