mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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:
parent
fe7679adbc
commit
9382c7f4da
@ -121,6 +121,8 @@ google_assistant:
|
||||
light.living_room:
|
||||
expose: false
|
||||
room: LIVING_ROOM
|
||||
group.all_automations:
|
||||
expose: false
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user