From 76b70fbe6c9b0dce0a33ce60cf97bcf04dde22a0 Mon Sep 17 00:00:00 2001 From: emontnemery Date: Sat, 2 Mar 2019 11:34:17 +0100 Subject: [PATCH] Update cover.mqtt.markdown (#8792) --- 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 0cd7c71de9d..e47fbfc8c03 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 +device_class: + description: The [type/class](/components/cover/#device-class) of the cover to set the icon in the frontend. + required: false + type: string 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