Add selector to google assistant services (#49769)
This commit is contained in:
parent
2adc6d62e5
commit
d2d80093a1
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
request_sync:
|
||||
name: 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."
|
||||
name: Agent user ID
|
||||
description: "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."
|
||||
selector:
|
||||
text:
|
||||
|
|
Loading…
Add table
Reference in a new issue