Classes | |
| class | AirVisualFlowHandler |
Variables | |
| API_KEY_DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): cv.string}) | |
| GEOGRAPHY_NAME_SCHEMA | |
| dictionary | OPTIONS_FLOW |
| OPTIONS_SCHEMA | |
| PICK_INTEGRATION_TYPE_SCHEMA | |
Define a config flow manager for AirVisual.
| homeassistant.components.airvisual.config_flow.API_KEY_DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): cv.string}) |
Definition at line 50 of file config_flow.py.
| homeassistant.components.airvisual.config_flow.GEOGRAPHY_NAME_SCHEMA |
Definition at line 51 of file config_flow.py.
| dictionary homeassistant.components.airvisual.config_flow.OPTIONS_FLOW |
Definition at line 72 of file config_flow.py.
| homeassistant.components.airvisual.config_flow.OPTIONS_SCHEMA |
Definition at line 69 of file config_flow.py.
| homeassistant.components.airvisual.config_flow.PICK_INTEGRATION_TYPE_SCHEMA |
Definition at line 58 of file config_flow.py.