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

Classes

class  TibberConfigFlow
 

Variables

 DATA_SCHEMA = vol.Schema({vol.Required(CONF_ACCESS_TOKEN): str})
 
string ERR_CLIENT = "cannot_connect"
 
string ERR_TIMEOUT = "timeout"
 
string ERR_TOKEN = "invalid_access_token"
 
string TOKEN_URL = "https://developer.tibber.com/settings/access-token"
 

Detailed Description

Adds config flow for Tibber integration.

Variable Documentation

◆ DATA_SCHEMA

homeassistant.components.tibber.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_ACCESS_TOKEN): str})

Definition at line 17 of file config_flow.py.

◆ ERR_CLIENT

string homeassistant.components.tibber.config_flow.ERR_CLIENT = "cannot_connect"

Definition at line 19 of file config_flow.py.

◆ ERR_TIMEOUT

string homeassistant.components.tibber.config_flow.ERR_TIMEOUT = "timeout"

Definition at line 18 of file config_flow.py.

◆ ERR_TOKEN

string homeassistant.components.tibber.config_flow.ERR_TOKEN = "invalid_access_token"

Definition at line 20 of file config_flow.py.

◆ TOKEN_URL

string homeassistant.components.tibber.config_flow.TOKEN_URL = "https://developer.tibber.com/settings/access-token"

Definition at line 21 of file config_flow.py.