Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tibber.config_flow.TibberConfigFlow
 

Namespaces

 homeassistant.components.tibber.config_flow
 

Variables

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