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

Classes

class  MeaterConfigFlow
 

Variables

 REAUTH_SCHEMA = vol.Schema({vol.Required(CONF_PASSWORD): str})
 
 USER_SCHEMA
 

Detailed Description

Config flow for Meater.

Variable Documentation

◆ REAUTH_SCHEMA

homeassistant.components.meater.config_flow.REAUTH_SCHEMA = vol.Schema({vol.Required(CONF_PASSWORD): str})

Definition at line 17 of file config_flow.py.

◆ USER_SCHEMA

homeassistant.components.meater.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.