From 9382c7f4da0c9b0be3d40120f606010cc43cf16f Mon Sep 17 00:00:00 2001 From: Villhellm Date: Fri, 15 Mar 2019 09:02:38 -0700 Subject: [PATCH] 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 --- source/_components/google_assistant.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index b6165599f75..26c513430bc 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -121,6 +121,8 @@ google_assistant: light.living_room: expose: false room: LIVING_ROOM + group.all_automations: + expose: false ``` {% configuration %}