Skip to content

Commit d3d9a58

Browse files
perosbballoob
authored andcommitted
add documentation for PR home-assistant#10188 (home-assistant#3825)
1 parent e64ad72 commit d3d9a58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_components/google_assistant.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,15 @@ homeassistant:
6565
aliases:
6666
- bedroom shades
6767
- bedroom covers
68+
hallway_ceiling_switch:
69+
google_assistant: true
70+
google_assistant_type: light
6871
```
6972

7073
*Entity Customization Keys:*
7174
* *google_assistant*: True exposes entity, false will hide it
7275
* *google_assistant_name*: Can be used to override the primary name of an entity. By default the `friendly_name` of an entity is used.
76+
* *google_assistant_type*: Can be used to override the domain/type of an entity. For example a switch can be treated as a light
7377
* *aliases*: Provides "nicknames" to Google Assistant. These function as alternate names for an entity that Assistant will understand when spoken.
7478

7579
### {% linkable_title Setup %}

0 commit comments

Comments
 (0)