From 2ac48b3606d95ad590585f2a3d0fb85c6803720e Mon Sep 17 00:00:00 2001 From: a-r-j-a-n Date: Wed, 23 Oct 2019 20:13:21 +0200 Subject: [PATCH] Update automation_sun.markdown (#10959) Change to the proper service use. Better to use as an example. --- source/_cookbook/automation_sun.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/automation_sun.markdown b/source/_cookbook/automation_sun.markdown index e83bec979e7..8add13a3c5d 100644 --- a/source/_cookbook/automation_sun.markdown +++ b/source/_cookbook/automation_sun.markdown @@ -17,7 +17,7 @@ automation: entity_id: group.all_devices state: home action: - service: homeassistant.turn_on + service: light.turn_on entity_id: group.living_room_lights ```