Wake on LAN
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:
Component services
Available services: send_magic_packet
.
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. |