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

Classes

class  EsphomeFlowHandler
 
class  OptionsFlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string ERROR_INVALID_ENCRYPTION_KEY = "invalid_psk"
 
string ERROR_REQUIRES_ENCRYPTION_KEY = "requires_encryption_key"
 
string ESPHOME_URL = "https://esphome.io/"
 
string ZERO_NOISE_PSK = "MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA="
 

Detailed Description

Config flow to configure esphome component.

Variable Documentation

◆ _LOGGER

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

Definition at line 51 of file config_flow.py.

◆ ERROR_INVALID_ENCRYPTION_KEY

string homeassistant.components.esphome.config_flow.ERROR_INVALID_ENCRYPTION_KEY = "invalid_psk"

Definition at line 49 of file config_flow.py.

◆ ERROR_REQUIRES_ENCRYPTION_KEY

string homeassistant.components.esphome.config_flow.ERROR_REQUIRES_ENCRYPTION_KEY = "requires_encryption_key"

Definition at line 48 of file config_flow.py.

◆ ESPHOME_URL

string homeassistant.components.esphome.config_flow.ESPHOME_URL = "https://esphome.io/"

Definition at line 50 of file config_flow.py.

◆ ZERO_NOISE_PSK

string homeassistant.components.esphome.config_flow.ZERO_NOISE_PSK = "MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA="

Definition at line 53 of file config_flow.py.