Document json_attributes_topic for MQTT Vacuum (#8306)

* Document json_attributes_topic for MQTT Vacuum

* Update vacuum.mqtt.markdown
This commit is contained in:
emontnemery 2019-01-27 21:02:42 +01:00 committed by Franck Nijhof
parent d146496d6b
commit c479a6cdb5

View File

@ -158,6 +158,10 @@ payload_not_available:
required: false
type: string
default: offline
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](/components/sensor.mqtt/#json-attributes-topic-configuration) documentation.
required: false
type: string
{% endconfiguration %}
### {% linkable_title Full configuration example %}