Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nest.config_flow.NestFlowHandler
 

Namespaces

 homeassistant.components.nest.config_flow
 

Functions

str homeassistant.components.nest.config_flow._generate_subscription_id (str cloud_project_id)
 
str|None homeassistant.components.nest.config_flow.generate_config_title (Iterable[Structure] structures)
 

Variables

 homeassistant.components.nest.config_flow._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.nest.config_flow.CLOUD_CONSOLE_URL = "https://console.cloud.google.com/home/dashboard"
 
string homeassistant.components.nest.config_flow.CREATE_NEW_SUBSCRIPTION_KEY = "create_new_subscription"
 
string homeassistant.components.nest.config_flow.DATA_FLOW_IMPL = "nest_flow_implementation"
 
tuple homeassistant.components.nest.config_flow.DEVICE_ACCESS_CONSOLE_EDIT_URL
 
string homeassistant.components.nest.config_flow.DEVICE_ACCESS_CONSOLE_URL = "https://console.nest.google.com/device-access/"
 
string homeassistant.components.nest.config_flow.MORE_INFO_URL = "https://www.home-assistant.io/integrations/nest/#configuration"
 
string homeassistant.components.nest.config_flow.PUBSUB_API_URL = "https://console.cloud.google.com/apis/library/pubsub.googleapis.com"
 
tuple homeassistant.components.nest.config_flow.SDM_API_URL
 
string homeassistant.components.nest.config_flow.SUBSCRIPTION_FORMAT = "projects/{cloud_project_id}/subscriptions/home-assistant-{rnd}"
 
int homeassistant.components.nest.config_flow.SUBSCRIPTION_RAND_LENGTH = 10