Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.nest.const
 

Variables

string homeassistant.components.nest.const.API_URL = "https://smartdevicemanagement.googleapis.com/v1"
 
string homeassistant.components.nest.const.CONF_CLOUD_PROJECT_ID = "cloud_project_id"
 
string homeassistant.components.nest.const.CONF_PROJECT_ID = "project_id"
 
string homeassistant.components.nest.const.CONF_SUBSCRIBER_ID = "subscriber_id"
 
string homeassistant.components.nest.const.CONF_SUBSCRIBER_ID_IMPORTED = "subscriber_id_imported"
 
string homeassistant.components.nest.const.CONF_SUBSCRIPTION_NAME = "subscription_name"
 
string homeassistant.components.nest.const.CONF_TOPIC_NAME = "topic_name"
 
string homeassistant.components.nest.const.CONNECTIVITY_TRAIT_OFFLINE = "OFFLINE"
 
string homeassistant.components.nest.const.DATA_DEVICE_MANAGER = "device_manager"
 
string homeassistant.components.nest.const.DATA_SDM = "sdm"
 
string homeassistant.components.nest.const.DATA_SUBSCRIBER = "subscriber"
 
string homeassistant.components.nest.const.DOMAIN = "nest"
 
string homeassistant.components.nest.const.INSTALLED_AUTH_DOMAIN = f"{DOMAIN}.installed"
 
tuple homeassistant.components.nest.const.OAUTH2_AUTHORIZE
 
string homeassistant.components.nest.const.OAUTH2_TOKEN = "https://www.googleapis.com/oauth2/v4/token"
 
list homeassistant.components.nest.const.SDM_SCOPES
 
string homeassistant.components.nest.const.SIGNAL_NEST_UPDATE = "nest_update"
 
string homeassistant.components.nest.const.WEB_AUTH_DOMAIN = DOMAIN