mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
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:
parent
5cb1b4db6f
commit
a19d794c7d
@ -92,7 +92,7 @@ device_class:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
expire_after:
|
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
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
force_update:
|
force_update:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user