home-assistant.io/source/_components/wake_on_lan.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Wake on LAN Instructions on how to setup the Wake on LAN component in Home Assistant. 2017-07-8 15:00 true false true true ethernet.png Utility 0.49 Local Push

The wake_on_lan component enables the ability to send magic packets to Wake on LAN capable devices, to turn them on.

To use this component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
wake_on_lan:

{% linkable_title Component services %}

Available services: send_magic_packet.

{% linkable_title Service wake_on_lan/send_magic_packet %}

Send a magic packet to wake up a device with 'Wake-On-LAN' capabilities.

Service data attribute Optional Description
mac no MAC address of the device to wake up.
broadcast_address yes Optional broadcast IP where to send the magic packet.