From 31304d177bd21e73230abe0c2752d070fbf51c35 Mon Sep 17 00:00:00 2001 From: Thibault Cohen Date: Tue, 18 Apr 2017 12:09:21 -0400 Subject: [PATCH] Update wol documentation (#2445) --- 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 78df4ddf479..98816c5bf50 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 %}