Variables | |
| string | API_URL = "https://smartdevicemanagement.googleapis.com/v1" |
| string | CONF_CLOUD_PROJECT_ID = "cloud_project_id" |
| string | CONF_PROJECT_ID = "project_id" |
| string | CONF_SUBSCRIBER_ID = "subscriber_id" |
| string | CONF_SUBSCRIBER_ID_IMPORTED = "subscriber_id_imported" |
| string | CONF_SUBSCRIPTION_NAME = "subscription_name" |
| string | CONF_TOPIC_NAME = "topic_name" |
| string | CONNECTIVITY_TRAIT_OFFLINE = "OFFLINE" |
| string | DATA_DEVICE_MANAGER = "device_manager" |
| string | DATA_SDM = "sdm" |
| string | DATA_SUBSCRIBER = "subscriber" |
| string | DOMAIN = "nest" |
| string | INSTALLED_AUTH_DOMAIN = f"{DOMAIN}.installed" |
| tuple | OAUTH2_AUTHORIZE |
| string | OAUTH2_TOKEN = "https://www.googleapis.com/oauth2/v4/token" |
| list | SDM_SCOPES |
| string | SIGNAL_NEST_UPDATE = "nest_update" |
| string | WEB_AUTH_DOMAIN = DOMAIN |
Constants used by the Nest component.
| 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_SUBSCRIBER = "subscriber" |
| 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" |