From 20e8219367d6d972baa99296dd4cb5a41de74882 Mon Sep 17 00:00:00 2001 From: emontnemery Date: Sun, 27 Jan 2019 20:49:01 +0100 Subject: [PATCH] Update binary_sensor.mqtt.markdown (#8309) * Update binary_sensor.mqtt.markdown * Update binary_sensor.mqtt.markdown --- source/_components/binary_sensor.mqtt.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/binary_sensor.mqtt.markdown b/source/_components/binary_sensor.mqtt.markdown index d972e37862c..392f2af5af2 100644 --- a/source/_components/binary_sensor.mqtt.markdown +++ b/source/_components/binary_sensor.mqtt.markdown @@ -69,8 +69,8 @@ payload_not_available: type: string default: offline json_attributes_topic: - description: The MQTT topic subscribed to receive a JSON dictionary payload and then set as sensor attributes. - reqired: false + 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 qos: description: The maximum QoS level to be used when receiving messages.