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

Classes

class  LitterRobotConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 STEP_USER_DATA_SCHEMA
 

Detailed Description

Config flow for Litter-Robot integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file config_flow.py.

◆ STEP_USER_DATA_SCHEMA

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

Definition at line 21 of file config_flow.py.