Added an exclusion for group.all_automations (#8951)

The example exposes the group domain with no exclusions. This could lead new users unknowingly shutting off all of their automations by mistake
This commit is contained in:
Villhellm 2019-03-15 09:02:38 -07:00 committed by Franck Nijhof
parent fe7679adbc
commit 9382c7f4da

View File

@ -121,6 +121,8 @@ google_assistant:
light.living_room:
expose: false
room: LIVING_ROOM
group.all_automations:
expose: false
```
{% configuration %}