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

Classes

class  HoneywellConfigFlow
 
class  HoneywellOptionsFlowHandler
 

Variables

 REAUTH_SCHEMA
 

Detailed Description

Config flow to configure the honeywell integration.

Variable Documentation

◆ REAUTH_SCHEMA

homeassistant.components.honeywell.config_flow.REAUTH_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_USERNAME): str,
4  vol.Required(CONF_PASSWORD): str,
5  }
6 )

Definition at line 29 of file config_flow.py.