From ad24a7f8af861cd4cfccc70194ca133884293c4d Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Thu, 22 Feb 2018 21:04:21 -0800 Subject: [PATCH] Docs for 12598 (#4736) --- source/_components/google_assistant.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index 95ef0fff199..5c1bf1b0b54 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -44,6 +44,7 @@ google_assistant: type: light light.living_room: expose: false + room: living room ``` Configuration variables: @@ -105,6 +106,10 @@ entity_config: description: Override how Google Assistant interprets the domain of the entity. For example, set to `light` for a switch entity to have it be handled as a light. required: false type: string + room: + description: Allows for associating this device to a Room in Google Assistant. This is currently non-functional, but will be enabled in the near future. + required: false + type: string {% endconfiguration %} ### {% linkable_title Available domains %}