Home Assistant Unofficial Reference 2024.12.1
http.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.google_assistant.http.GoogleAssistantView
 
class  homeassistant.components.google_assistant.http.GoogleConfig
 
class  homeassistant.components.google_assistant.http.GoogleConfigStore
 

Namespaces

 homeassistant.components.google_assistant.http
 

Functions

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

Variables

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