Migrate integration services (G-H) to support translations (#96372)

This commit is contained in:
Franck Nijhof 2023-07-12 12:31:26 +02:00 committed by GitHub
parent a3a2e6cc8d
commit 7bc90297d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 934 additions and 411 deletions

View file

@ -1,9 +1,5 @@
request_sync:
name: Request sync
description: Send a request_sync command to Google.
fields:
agent_user_id:
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:

View file

@ -0,0 +1,14 @@
{
"services": {
"request_sync": {
"name": "Request sync",
"description": "Sends a request_sync command to Google.",
"fields": {
"agent_user_id": {
"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."
}
}
}
}
}