From 0bd23272f7ff8a73ee0197545ce99168c0160a05 Mon Sep 17 00:00:00 2001 From: cklagenberg <32219408+cklagenberg@users.noreply.github.com> Date: Mon, 6 Apr 2020 12:34:26 +0200 Subject: [PATCH] Removed use of default group (#12709) Since release 104 default groups is no longer maintained. Replaced with "all" --- source/_docs/automation/examples.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/examples.markdown b/source/_docs/automation/examples.markdown index 820ea637c34..6ecf4405083 100644 --- a/source/_docs/automation/examples.markdown +++ b/source/_docs/automation/examples.markdown @@ -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'