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=" |
Config flow to configure esphome component.
|
private |
Definition at line 51 of file config_flow.py.
| string homeassistant.components.esphome.config_flow.ERROR_INVALID_ENCRYPTION_KEY = "invalid_psk" |
Definition at line 49 of file config_flow.py.
| string homeassistant.components.esphome.config_flow.ERROR_REQUIRES_ENCRYPTION_KEY = "requires_encryption_key" |
Definition at line 48 of file config_flow.py.
| string homeassistant.components.esphome.config_flow.ESPHOME_URL = "https://esphome.io/" |
Definition at line 50 of file config_flow.py.
| string homeassistant.components.esphome.config_flow.ZERO_NOISE_PSK = "MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA=" |
Definition at line 53 of file config_flow.py.