mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-19 10:57:14 +00:00
Fix minor typo in options flow handler docs (#2517)
This commit is contained in:
parent
c6104ec9a0
commit
b38281338b
@ -22,7 +22,7 @@ def async_get_options_flow(
|
||||
|
||||
## Flow handler
|
||||
|
||||
The Flow handler works just like the config flow handler, except that the first step in the flow will always be `async_step_init`. The current config entry details is available through the `self.config_entry` property.
|
||||
The Flow handler works just like the config flow handler, except that the first step in the flow will always be `async_step_init`. The current config entry details are available through the `self.config_entry` property.
|
||||
|
||||
```python
|
||||
OPTIONS_SCHEMA=vol.Schema(
|
||||
|
Loading…
x
Reference in New Issue
Block a user