Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_assistant.http Namespace Reference

Classes

class  GoogleAssistantView
 
class  GoogleConfig
 
class  GoogleConfigStore
 

Functions

def _get_homegraph_jwt (time, iss, key)
 
dict[str, Any]|list[Any]|Any _get_homegraph_token (HomeAssistant hass, str jwt_signed)
 
list[str] async_get_users (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Google Actions Smart Home Control.

Function Documentation

◆ _get_homegraph_jwt()

def homeassistant.components.google_assistant.http._get_homegraph_jwt (   time,
  iss,
  key 
)
private

Definition at line 51 of file http.py.

◆ _get_homegraph_token()

dict[str, Any] | list[Any] | Any homeassistant.components.google_assistant.http._get_homegraph_token ( HomeAssistant  hass,
str   jwt_signed 
)
private

Definition at line 64 of file http.py.

◆ async_get_users()

list[str] homeassistant.components.google_assistant.http.async_get_users ( HomeAssistant  hass)
Return stored users.

This is called by the cloud integration to import from the previously shared store.

Definition at line 394 of file http.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.google_assistant.http._LOGGER = logging.getLogger(__name__)
private

Definition at line 48 of file http.py.