From 2876f5b4e7b06ce4cc31b9dd70b3c0a193c90d67 Mon Sep 17 00:00:00 2001 From: Pieter Goetschalckx Date: Tue, 12 May 2020 09:44:14 +0200 Subject: [PATCH] Add max_mireds and min_mireds (#13313) --- source/_integrations/light.mqtt.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/source/_integrations/light.mqtt.markdown b/source/_integrations/light.mqtt.markdown index 199f89539aa..93f72e5f9f7 100644 --- a/source/_integrations/light.mqtt.markdown +++ b/source/_integrations/light.mqtt.markdown @@ -158,6 +158,14 @@ json_attributes_topic: description: The MQTT topic subscribed to receive a JSON dictionary payload and then set as sensor attributes. Usage example can be found in [MQTT sensor](/integrations/sensor.mqtt/#json-attributes-topic-configuration) documentation. required: false type: string +max_mireds: + description: The maximum color temperature in mireds. + required: false + type: integer +min_mireds: + description: The minimum color temperature in mireds. + required: false + type: integer name: description: The name of the light. required: false @@ -475,6 +483,14 @@ json_attributes_topic: description: The MQTT topic subscribed to receive a JSON dictionary payload and then set as sensor attributes. Usage example can be found in [MQTT sensor](/integrations/sensor.mqtt/#json-attributes-topic-configuration) documentation. required: false type: string +max_mireds: + description: The maximum color temperature in mireds. + required: false + type: integer +min_mireds: + description: The minimum color temperature in mireds. + required: false + type: integer name: description: The name of the light. required: false @@ -769,6 +785,14 @@ json_attributes_topic: description: The MQTT topic subscribed to receive a JSON dictionary payload and then set as sensor attributes. Usage example can be found in [MQTT sensor](/integrations/sensor.mqtt/#json-attributes-topic-configuration) documentation. required: false type: string +max_mireds: + description: The maximum color temperature in mireds. + required: false + type: integer +min_mireds: + description: The minimum color temperature in mireds. + required: false + type: integer name: description: The name of the light. required: false