mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46: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
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user