From 32bb4d9da9517ac7218dd38380abcbb1cab6afe5 Mon Sep 17 00:00:00 2001 From: emontnemery Date: Sun, 27 Jan 2019 21:12:17 +0100 Subject: [PATCH] Document json_attributes_topic for MQTT Cover (#8301) * Document json_attributes_topic * Update cover.mqtt.markdown * Update cover.mqtt.markdown --- source/_components/cover.mqtt.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/cover.mqtt.markdown b/source/_components/cover.mqtt.markdown index cd58e125425..0c469351f50 100644 --- a/source/_components/cover.mqtt.markdown +++ b/source/_components/cover.mqtt.markdown @@ -173,6 +173,10 @@ tilt_invert_state: required: false type: boolean default: false +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 unique_id: description: An ID that uniquely identifies this cover. If two covers have the same unique ID, Home Assistant will raise an exception. required: false