mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +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:
|
light.living_room:
|
||||||
expose: false
|
expose: false
|
||||||
room: LIVING_ROOM
|
room: LIVING_ROOM
|
||||||
|
group.all_automations:
|
||||||
|
expose: false
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user