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

Classes

class  FAADelaysConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DATA_SCHEMA = vol.Schema({vol.Required(CONF_ID): str})
 

Detailed Description

Config flow for FAA Delays integration.

Variable Documentation

◆ _LOGGER

homeassistant.components.faa_delays.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 16 of file config_flow.py.

◆ DATA_SCHEMA

homeassistant.components.faa_delays.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_ID): str})

Definition at line 18 of file config_flow.py.