From d3d9a58b04ab7bc04b90a27f72c664b80b5823df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Osb=C3=A4ck?= Date: Fri, 3 Nov 2017 20:55:47 +0100 Subject: [PATCH] add documentation for PR #10188 (#3825) --- source/_components/google_assistant.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index 225c01b4ac4..23c1ce73397 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -65,11 +65,15 @@ homeassistant: aliases: - bedroom shades - bedroom covers + hallway_ceiling_switch: + google_assistant: true + google_assistant_type: light ``` *Entity Customization Keys:* * *google_assistant*: True exposes entity, false will hide it * *google_assistant_name*: Can be used to override the primary name of an entity. By default the `friendly_name` of an entity is used. +* *google_assistant_type*: Can be used to override the domain/type of an entity. For example a switch can be treated as a light * *aliases*: Provides "nicknames" to Google Assistant. These function as alternate names for an entity that Assistant will understand when spoken. ### {% linkable_title Setup %}