mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:35:20 +02:00
4d5338a1b0
* Update __init__.py * Add optional agent_user_id field to request_sync service * Update services.yaml
6 lines
373 B
YAML
6 lines
373 B
YAML
request_sync:
|
|
description: Send a request_sync command to Google.
|
|
fields:
|
|
agent_user_id:
|
|
description: Optional. Only needed for automations. Specific Home Assistant user id to sync with Google Assistant. Do not need when you call this service through Home Assistant front end or API. Used in automation script or other place where context.user_id is missing.
|