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

Classes

class  AirTouch5ConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str})
 

Detailed Description

Config flow for Airtouch 5 integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file config_flow.py.

◆ STEP_USER_DATA_SCHEMA

homeassistant.components.airtouch5.config_flow.STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str})

Definition at line 18 of file config_flow.py.