Fix minor typo in options flow handler docs (#2517)

This commit is contained in:
Dave T 2024-12-31 09:09:48 +00:00 committed by GitHub
parent c6104ec9a0
commit b38281338b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(