From 1ebcbefbc34055b108adcf61e05117677da906f9 Mon Sep 17 00:00:00 2001 From: ianj001 Date: Fri, 21 Oct 2016 02:57:03 -0400 Subject: [PATCH] Update light.zigbee.markdown (#1283) --- source/_components/light.zigbee.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/light.zigbee.markdown b/source/_components/light.zigbee.markdown index 8ce3a9c4e33..b0462064724 100644 --- a/source/_components/light.zigbee.markdown +++ b/source/_components/light.zigbee.markdown @@ -26,7 +26,7 @@ light: Configuration variables: -- **name** (*Required*): The name you' would like to give the light in Home Assistant. +- **name** (*Required*): The name you would like to give the light in Home Assistant. - **pin** (*Required*): The number identifying which pin to use. - **address** (*Optional*): The long 64 bit address of the remote ZigBee device whose digital output pin you wouldd like to switch. Do not include this variable if you want to switch the local ZigBee device's pins. - **on_state** (*Optional*): Either `high` (default) or `low`, depicting whether the digital output pin is pulled `high` or `low` when the light is turned on.