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

Classes

class  TeslemetryConfigFlow
 

Variables

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

Detailed Description

Config Flow for Teslemetry integration.

Variable Documentation

◆ DESCRIPTION_PLACEHOLDERS

dictionary homeassistant.components.teslemetry.config_flow.DESCRIPTION_PLACEHOLDERS
Initial value:
1 = {
2  "name": "Teslemetry",
3  "short_url": "teslemetry.com/console",
4  "url": "[teslemetry.com/console](https://teslemetry.com/console)",
5 }

Definition at line 24 of file config_flow.py.

◆ TESLEMETRY_SCHEMA

homeassistant.components.teslemetry.config_flow.TESLEMETRY_SCHEMA = vol.Schema({vol.Required(CONF_ACCESS_TOKEN): str})

Definition at line 23 of file config_flow.py.