mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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'
|
||||
action:
|
||||
service: light.turn_off
|
||||
entity_id: group.all_lights
|
||||
entity_id: all
|
||||
|
||||
# Notify when Paulus leaves the house in the evening
|
||||
- alias: 'Leave Home notification'
|
||||
|
Loading…
x
Reference in New Issue
Block a user