Removed use of default group (#12709)

Since release 104 default groups is no longer maintained. 
Replaced with "all"
This commit is contained in:
cklagenberg 2020-04-06 12:34:26 +02:00 committed by GitHub
parent 2a61a45a57
commit 0bd23272f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'