Data entry flow section.
Definition at line 913 of file data_entry_flow.py.
◆ __init__()
| None homeassistant.data_entry_flow.section.__init__ |
( |
|
self, |
|
|
vol.Schema |
schema, |
|
|
SectionConfig | None |
options = None |
|
) |
| |
◆ __call__()
| Any homeassistant.data_entry_flow.section.__call__ |
( |
|
self, |
|
|
Any |
value |
|
) |
| |
◆ CONFIG_SCHEMA
| homeassistant.data_entry_flow.section.CONFIG_SCHEMA |
|
static |
Initial value:= vol.Schema(
{
vol.Optional("collapsed", default=False): bool,
},
)
Definition at line 916 of file data_entry_flow.py.
◆ schema
| homeassistant.data_entry_flow.section.schema |
The documentation for this class was generated from the following file: