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

Classes

class  VulcanFlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
dictionary LOGIN_SCHEMA
 

Detailed Description

Adds config flow for Vulcan.

Variable Documentation

◆ _LOGGER

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

Definition at line 28 of file config_flow.py.

◆ LOGIN_SCHEMA

dictionary homeassistant.components.vulcan.config_flow.LOGIN_SCHEMA
Initial value:
1 = {
2  vol.Required(CONF_TOKEN): str,
3  vol.Required(CONF_REGION): str,
4  vol.Required(CONF_PIN): str,
5 }

Definition at line 30 of file config_flow.py.