mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Removed use of default group (#12709)
Since release 104 default groups is no longer maintained. Replaced with "all"
This commit is contained in:
parent
2a61a45a57
commit
0bd23272f7
@ -44,7 +44,7 @@ automation:
|
|||||||
to: 'not_home'
|
to: 'not_home'
|
||||||
action:
|
action:
|
||||||
service: light.turn_off
|
service: light.turn_off
|
||||||
entity_id: group.all_lights
|
entity_id: all
|
||||||
|
|
||||||
# Notify when Paulus leaves the house in the evening
|
# Notify when Paulus leaves the house in the evening
|
||||||
- alias: 'Leave Home notification'
|
- alias: 'Leave Home notification'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user