File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,15 @@ homeassistant:
65
65
aliases:
66
66
- bedroom shades
67
67
- bedroom covers
68
+ hallway_ceiling_switch:
69
+ google_assistant: true
70
+ google_assistant_type: light
68
71
` ` `
69
72
70
73
*Entity Customization Keys:*
71
74
* *google_assistant*: True exposes entity, false will hide it
72
75
* *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
73
77
* *aliases*: Provides "nicknames" to Google Assistant. These function as alternate names for an entity that Assistant will understand when spoken.
74
78
75
79
# ## {% linkable_title Setup %}
You can’t perform that action at this time.
0 commit comments