From 555127b9c60ea26abaf13eb0fd3c5f6d57869240 Mon Sep 17 00:00:00 2001 From: Illia Grybkov Date: Fri, 4 Feb 2022 03:26:56 -0600 Subject: [PATCH] Update webostv with more real-life example of turn on automation (#21443) Co-authored-by: Franck Nijhof --- source/_integrations/webostv.markdown | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/source/_integrations/webostv.markdown b/source/_integrations/webostv.markdown index 8473a7015fc..9f2571ec5b1 100644 --- a/source/_integrations/webostv.markdown +++ b/source/_integrations/webostv.markdown @@ -49,13 +49,14 @@ Automations can also be created using an automation action: wake_on_lan: # enables `wake_on_lan` integration automation: - trigger: - - platform: webostv.turn_on - entity_id: media_player.lg_webos_smart_tv - action: - - service: wake_on_lan.send_magic_packet - data: - mac: AA-BB-CC-DD-EE-FF + - alias: "Turn On Living Room TV with WakeOnLan" + trigger: + - platform: webostv.turn_on + entity_id: media_player.lg_webos_smart_tv + action: + - service: wake_on_lan.send_magic_packet + data: + mac: aa:bb:cc:dd:ee:ff ``` Any other [actions](/docs/automation/action/) to power on the device can be configured.