From d2d80093a15bcca11a8207e25e5a13a37b3f2a85 Mon Sep 17 00:00:00 2001 From: tkdrob Date: Tue, 27 Apr 2021 12:33:52 -0400 Subject: [PATCH] Add selector to google assistant services (#49769) --- homeassistant/components/google_assistant/services.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/google_assistant/services.yaml b/homeassistant/components/google_assistant/services.yaml index 33a52c8ef60..fe5ef51c2ce 100644 --- a/homeassistant/components/google_assistant/services.yaml +++ b/homeassistant/components/google_assistant/services.yaml @@ -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: