Home Assistant Unofficial Reference 2024.12.1
homeassistant.data_entry_flow.section Class Reference

Public Member Functions

Any __call__ (self, Any value)
 
None __init__ (self, vol.Schema schema, SectionConfig|None options=None)
 

Public Attributes

 schema
 

Static Public Attributes

 CONFIG_SCHEMA
 

Detailed Description

Data entry flow section.

Definition at line 913 of file data_entry_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.data_entry_flow.section.__init__ (   self,
vol.Schema  schema,
SectionConfig | None   options = None 
)
Initialize.

Definition at line 922 of file data_entry_flow.py.

Member Function Documentation

◆ __call__()

Any homeassistant.data_entry_flow.section.__call__ (   self,
Any  value 
)
Validate input.

Definition at line 929 of file data_entry_flow.py.

Member Data Documentation

◆ 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

Definition at line 926 of file data_entry_flow.py.


The documentation for this class was generated from the following file: