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.