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

Classes

class  WolfLinkConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 USER_SCHEMA
 

Detailed Description

Config flow for Wolf SmartSet Service integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file config_flow.py.

◆ USER_SCHEMA

homeassistant.components.wolflink.config_flow.USER_SCHEMA
Initial value:
1 = vol.Schema(
2  {vol.Required(CONF_USERNAME): str, vol.Required(CONF_PASSWORD): str}
3 )

Definition at line 18 of file config_flow.py.