removing group from default domains and add a warning (#8957)

* removing group from default domains and add a warning

reason:
saying shut down all resulted in disabling all automations

* Minor change
This commit is contained in:
Mans Matulewicz 2019-03-17 09:45:23 +01:00 committed by Fabian Affolter
parent e96d3c6cba
commit be18a8a6e2

View File

@ -111,7 +111,6 @@ google_assistant:
exposed_domains: exposed_domains:
- switch - switch
- light - light
- group
entity_config: entity_config:
switch.kitchen: switch.kitchen:
name: CUSTOM_NAME_FOR_GOOGLE_ASSISTANT name: CUSTOM_NAME_FOR_GOOGLE_ASSISTANT
@ -193,6 +192,10 @@ Currently, the following domains are available to be used with Google Assistant,
- climate (temperature setting, operation_mode) - climate (temperature setting, operation_mode)
- vacuum (dock/start/stop/pause) - vacuum (dock/start/stop/pause)
<p class='note warning'>
The domain groups contains groups containing all items, by example group.all_automations. When telling Google Assistant to shut down everything, this will lead in this example to disabling all automations
</p>
### {% linkable_title Media Player Sources %} ### {% linkable_title Media Player Sources %}
Media Player sources are sent via the Modes trait in Google Assistant. Media Player sources are sent via the Modes trait in Google Assistant.