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

Classes

class  AemetConfigFlow
 

Variables

dictionary OPTIONS_FLOW
 
 OPTIONS_SCHEMA
 

Detailed Description

Config flow for AEMET OpenData.

Variable Documentation

◆ OPTIONS_FLOW

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

Definition at line 27 of file config_flow.py.

◆ OPTIONS_SCHEMA

homeassistant.components.aemet.config_flow.OPTIONS_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_STATION_UPDATES, default=True): bool,
4  }
5 )

Definition at line 22 of file config_flow.py.