Wake-on-LAN Button¶
The wake_on_lan
button platform allows you to send a Wake-on-LAN magic packet to a computer on the network
by specifying its MAC address.
# Example configuration entry
button:
- platform: wake_on_lan
name: "Start the Server"
target_mac_address: XX:XX:XX:XX:XX:XX
Configuration variables:¶
target_mac_address (Required, MAC Address): The MAC Address of the target computer.
All other options from Button.