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

* ✏️ Tweak

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
Erik Montnemery 2020-08-07 17:56:57 +02:00 committed by GitHub
parent 5cb1b4db6f
commit a19d794c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: