From a19d794c7dcff56c94c466d853ec5a4b93767a35 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 7 Aug 2020 17:56:57 +0200 Subject: [PATCH] Correct documentation of MQTT binary_sensor expire_after (#14176) * Correct documentation of MQTT binary_sensor expire_after * Update binary_sensor.mqtt.markdown * Update binary_sensor.mqtt.markdown * :pencil2: Tweak Co-authored-by: Klaas Schoute --- source/_integrations/binary_sensor.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/binary_sensor.mqtt.markdown b/source/_integrations/binary_sensor.mqtt.markdown index 01e954bca5c..ed81a5ab9e8 100644 --- a/source/_integrations/binary_sensor.mqtt.markdown +++ b/source/_integrations/binary_sensor.mqtt.markdown @@ -92,7 +92,7 @@ device_class: required: false type: string expire_after: - description: "Defines the number of seconds after the sensor's state expires if it's not updated. After expiry, the sensor's state becomes `unavailable` if any `availability` topic is defined and `unknown` otherwise." + description: Defines the number of seconds after the sensor's state expires, if it's not updated. After expiry, the sensor's state becomes `unavailable`. required: false type: integer force_update: