mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-16 13:56:29 +00:00
Fix typo in lifecycle (#203)
Signed-off-by: Alan Tse <alandtse@gmail.com>
This commit is contained in:
parent
e9c657e941
commit
6d97e4d7df
@ -5,7 +5,7 @@ sidebar_label: Introduction
|
|||||||
|
|
||||||
Config Entries are configuration data that are persistently stored by Home Assistant. A config entry is created by a user via the UI. The UI flow is powered by a [config flow handler](config_entries_config_flow_handler.md) as defined by the component. Config entries can also have an extra [options flow handler](config_entries_options_flow_handler.md), also defined by the component.
|
Config Entries are configuration data that are persistently stored by Home Assistant. A config entry is created by a user via the UI. The UI flow is powered by a [config flow handler](config_entries_config_flow_handler.md) as defined by the component. Config entries can also have an extra [options flow handler](config_entries_options_flow_handler.md), also defined by the component.
|
||||||
|
|
||||||
## Lifeceycle
|
## Lifecycle
|
||||||
|
|
||||||
| State | Description |
|
| State | Description |
|
||||||
| ----- | ----------- |
|
| ----- | ----------- |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user