Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.generic_hygrostat.config_flow Namespace Reference

Classes

class  ConfigFlowHandler
 

Variables

dictionary CONFIG_FLOW
 
dictionary CONFIG_SCHEMA
 
dictionary OPTIONS_FLOW
 
dictionary OPTIONS_SCHEMA
 

Detailed Description

Config flow for Generic hygrostat.

Variable Documentation

◆ CONFIG_FLOW

dictionary homeassistant.components.generic_hygrostat.config_flow.CONFIG_FLOW
Initial value:
1 = {
2  "user": SchemaFlowFormStep(vol.Schema(CONFIG_SCHEMA)),
3 }

Definition at line 83 of file config_flow.py.

◆ CONFIG_SCHEMA

dictionary homeassistant.components.generic_hygrostat.config_flow.CONFIG_SCHEMA
Initial value:
1 = {
2  vol.Required(CONF_NAME): selector.TextSelector(),
3  **OPTIONS_SCHEMA,
4 }

Definition at line 77 of file config_flow.py.

◆ OPTIONS_FLOW

dictionary homeassistant.components.generic_hygrostat.config_flow.OPTIONS_FLOW
Initial value:
1 = {
2  "init": SchemaFlowFormStep(vol.Schema(OPTIONS_SCHEMA)),
3 }

Definition at line 87 of file config_flow.py.

◆ OPTIONS_SCHEMA

dictionary homeassistant.components.generic_hygrostat.config_flow.OPTIONS_SCHEMA

Definition at line 31 of file config_flow.py.