From 4ea84c6d124221a2c7ef18c52a8a371082f5901b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 19 Mar 2020 16:40:41 +0100 Subject: [PATCH] Remove of deprecated MQTT sensor option (#12438) --- source/_integrations/sensor.mqtt.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/sensor.mqtt.markdown b/source/_integrations/sensor.mqtt.markdown index 3a9ca27d2a3..d82da2d8232 100644 --- a/source/_integrations/sensor.mqtt.markdown +++ b/source/_integrations/sensor.mqtt.markdown @@ -74,10 +74,6 @@ icon: description: The icon for the sensor. required: false type: icon -json_attributes: - description: (Deprecated, replaced by json_attributes_topic) A list of keys to extract values from a JSON dictionary payload and then set as sensor attributes. - required: false - type: [string, list] json_attributes_template: description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract the JSON dictionary from messages received on the `json_attributes_topic`." required: false