From c24d851a06a7e4b532f03bc43e90f9353f277b13 Mon Sep 17 00:00:00 2001 From: Mryck Date: Tue, 2 Oct 2018 18:03:11 +0200 Subject: [PATCH] Configuration Variables Lifx light (#6446) --- source/_components/light.lifx.markdown | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/source/_components/light.lifx.markdown b/source/_components/light.lifx.markdown index 04f444540fe..cb6dc00f2f9 100644 --- a/source/_components/light.lifx.markdown +++ b/source/_components/light.lifx.markdown @@ -22,10 +22,16 @@ _Please note, the `lifx` platform does not support Windows. The `lifx_legacy` pl light: - platform: lifx ``` -Configuration variables: - -- **broadcast** (*Optional*): The broadcast address for discovering lights. Only needed if using more than one network interface. Omit if you are unsure. -- **server** (*Optional*): Your server address. Will listen on all interfaces if omitted. Omit if you are unsure. +{% configuration %} +broadcast: + description: The broadcast address for discovering lights. Only needed if using more than one network interface. Omit if you are unsure. + required: false + type: string +server: + description: Your server address. Will listen on all interfaces if omitted. Omit if you are unsure. + required: false + type: string +{% endconfiguration %} ## {% linkable_title Set state %}