Update light.mqtt.markdown (#8000)

* Update light.mqtt.markdown

* Update template docs links

* Fix light mqtt links
This commit is contained in:
Daniel Chesterton 2019-01-15 20:58:43 +00:00 committed by Franck Nijhof
parent b5e746072d
commit 43a9e06ead

View File

@ -82,6 +82,10 @@ brightness_value_template:
description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract the brightness value." description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract the brightness value."
required: false required: false
type: string type: string
color_temp_command_template:
description: "Defines a [template](/docs/configuration/templating/) to compose message which will be sent to `color_temp_command_topic`. Available variables: `value`."
required: false
type: string
color_temp_command_topic: color_temp_command_topic:
description: The MQTT topic to publish commands to change the lights color temperature state. The color temperature command slider has a range of 153 to 500 mireds (micro reciprocal degrees). description: The MQTT topic to publish commands to change the lights color temperature state. The color temperature command slider has a range of 153 to 500 mireds (micro reciprocal degrees).
required: false required: false
@ -91,7 +95,7 @@ color_temp_state_topic:
required: false required: false
type: string type: string
color_temp_value_template: color_temp_value_template:
description: "Defines a [template](/topics/templating/) to extract the color temperature value." description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract the color temperature value."
required: false required: false
type: string type: string
effect_command_topic: effect_command_topic:
@ -155,7 +159,7 @@ retain:
type: boolean type: boolean
default: false default: false
rgb_command_template: rgb_command_template:
description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to compose message which will be sent to `rgb_command_topic`. Available variables: `red`, `green` and `blue`." description: "Defines a [template](/docs/configuration/templating/) to compose message which will be sent to `rgb_command_topic`. Available variables: `red`, `green` and `blue`."
required: false required: false
type: string type: string
rgb_command_topic: rgb_command_topic: