Remove of deprecated MQTT sensor option (#12438)

This commit is contained in:
Franck Nijhof 2020-03-19 16:40:41 +01:00 committed by GitHub
parent f820491d09
commit 4ea84c6d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,10 +74,6 @@ icon:
description: The icon for the sensor. description: The icon for the sensor.
required: false required: false
type: icon 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: 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`." 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 required: false