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 %}