A configuration store for google assistant.
Definition at line 304 of file http.py.
◆ __init__()
| None homeassistant.components.google_assistant.http.GoogleConfigStore.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
Initialize a configuration store.
Definition at line 312 of file http.py.
◆ add_agent_user_id()
| None homeassistant.components.google_assistant.http.GoogleConfigStore.add_agent_user_id |
( |
|
self, |
|
|
str |
agent_user_id |
|
) |
| |
Add an agent user id to store.
Definition at line 353 of file http.py.
◆ agent_user_ids()
| dict[str, Any] homeassistant.components.google_assistant.http.GoogleConfigStore.agent_user_ids |
( |
|
self | ) |
|
Return a list of connected agent user_ids.
Definition at line 348 of file http.py.
◆ async_initialize()
| None homeassistant.components.google_assistant.http.GoogleConfigStore.async_initialize |
( |
|
self | ) |
|
Finish initializing the ConfigStore.
Definition at line 322 of file http.py.
◆ pop_agent_user_id()
| None homeassistant.components.google_assistant.http.GoogleConfigStore.pop_agent_user_id |
( |
|
self, |
|
|
str |
agent_user_id |
|
) |
| |
Remove agent user id from store.
Definition at line 362 of file http.py.
◆ _data
| homeassistant.components.google_assistant.http.GoogleConfigStore._data |
|
private |
◆ _hass
| homeassistant.components.google_assistant.http.GoogleConfigStore._hass |
|
private |
◆ _STORAGE_KEY
| homeassistant.components.google_assistant.http.GoogleConfigStore._STORAGE_KEY = DOMAIN |
|
staticprivate |
◆ _STORAGE_VERSION
| int homeassistant.components.google_assistant.http.GoogleConfigStore._STORAGE_VERSION = 1 |
|
staticprivate |
◆ _STORAGE_VERSION_MINOR
| int homeassistant.components.google_assistant.http.GoogleConfigStore._STORAGE_VERSION_MINOR = 2 |
|
staticprivate |
The documentation for this class was generated from the following file:
- core/homeassistant/components/google_assistant/http.py