* Fix google assistant request sync service call * More descriptive services.yaml * Update services.yaml * Update __init__.py * Update request sync service call timeout Change from 5s to 15s to allow Google to respond. 5s was too short. The service would sync but the service call would time out and throw the error.
5 lines
436 B
YAML
5 lines
436 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 (not username, ID in configuration > users > under username) 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."
|