Home Assistant Unofficial Reference 2024.12.1
api.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nest.api.AccessTokenAuthImpl
 
class  homeassistant.components.nest.api.AsyncConfigEntryAuth
 

Namespaces

 homeassistant.components.nest.api
 

Functions

AdminClient homeassistant.components.nest.api.new_pubsub_admin_client (HomeAssistant hass, str access_token, str cloud_project_id)
 
GoogleNestSubscriber|None homeassistant.components.nest.api.new_subscriber (HomeAssistant hass, ConfigEntry entry)
 
GoogleNestSubscriber homeassistant.components.nest.api.new_subscriber_with_token (HomeAssistant hass, str access_token, str project_id, str subscription_name)
 

Variables

 homeassistant.components.nest.api._LOGGER = logging.getLogger(__name__)