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

Classes

class  YoulessConfigFlow
 

Variables

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

Detailed Description

Config flow for youless integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file config_flow.py.

◆ DATA_SCHEMA

homeassistant.components.youless.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str})

Definition at line 19 of file config_flow.py.