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

Classes

class  SanixConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 STEP_USER_DATA_SCHEMA
 

Detailed Description

Config flow for Sanix integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 15 of file config_flow.py.

◆ STEP_USER_DATA_SCHEMA

homeassistant.components.sanix.config_flow.STEP_USER_DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_SERIAL_NUMBER): str,
4  vol.Required(CONF_TOKEN): str,
5  }
6 )

Definition at line 18 of file config_flow.py.