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

Classes

class  TessieConfigFlow
 

Variables

dictionary DESCRIPTION_PLACEHOLDERS
 
 TESSIE_SCHEMA = vol.Schema({vol.Required(CONF_ACCESS_TOKEN): str})
 

Detailed Description

Config Flow for Tessie integration.

Variable Documentation

◆ DESCRIPTION_PLACEHOLDERS

dictionary homeassistant.components.tessie.config_flow.DESCRIPTION_PLACEHOLDERS
Initial value:
1 = {
2  "name": "Tessie",
3  "url": "[my.tessie.com/settings/api](https://my.tessie.com/settings/api)",
4 }

Definition at line 20 of file config_flow.py.

◆ TESSIE_SCHEMA

homeassistant.components.tessie.config_flow.TESSIE_SCHEMA = vol.Schema({vol.Required(CONF_ACCESS_TOKEN): str})

Definition at line 19 of file config_flow.py.