mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +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
|
## 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
|
```python
|
||||||
OPTIONS_SCHEMA=vol.Schema(
|
OPTIONS_SCHEMA=vol.Schema(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user