From e28895509c5abaa3eabfa7cbe4ec4ffdefc562c7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 17 Nov 2019 15:53:42 +0100 Subject: [PATCH] Rename configuration variable (#11205) --- source/_integrations/wake_on_lan.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/wake_on_lan.markdown b/source/_integrations/wake_on_lan.markdown index 664020e3561..fe65e758050 100644 --- a/source/_integrations/wake_on_lan.markdown +++ b/source/_integrations/wake_on_lan.markdown @@ -61,12 +61,12 @@ To enable this switch in your installation, add the following to your `configura # Example configuration.yaml entry switch: - platform: wake_on_lan - mac_address: "00-01-02-03-04-05" + mac: "00-01-02-03-04-05" ``` {% configuration %} -mac_address: - description: MAC address to send the wake up command to. +mac: + description: The MAC address to send the wake up command to. required: true type: string name: