From ef438668df8bb2196cd3aa900e75cacf448d7b49 Mon Sep 17 00:00:00 2001 From: Thibault Cohen Date: Mon, 17 Apr 2017 10:23:27 -0400 Subject: [PATCH] Update wol documentation --- source/_components/switch.wake_on_lan.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/switch.wake_on_lan.markdown b/source/_components/switch.wake_on_lan.markdown index 78df4ddf4791..98816c5bf505 100644 --- a/source/_components/switch.wake_on_lan.markdown +++ b/source/_components/switch.wake_on_lan.markdown @@ -34,6 +34,7 @@ Configuration variables: - **name** (*Optional*): The name of the switch. Default is 'Wake on LAN'. - **host** (*Optional*): The IP address or hostname to check the state of the device (on/off). - **turn_off** (*Optional*): Defines an [action](/getting-started/automation/) to run when the switch is turned off. +- **broadcast_address** (*Optional*): The IP address of the host to send the magic packet to (default 255.255.255.255). ## {% linkable_title Examples %}