mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Documentation for MQTT binary_sensor off_delay (#6448)
This commit is contained in:
parent
5b942e72bd
commit
9f5f49410a
@ -109,12 +109,14 @@ value_template:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
force_update:
|
force_update:
|
||||||
description: >
|
description: Sends update events even if the value hasn't changed. Useful if you want to have meaningful value graphs in history.
|
||||||
Sends update events even if the value has not changed.
|
required: false
|
||||||
Useful if you want to have meaningful value graphs in history.
|
|
||||||
reqired: false
|
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: False
|
||||||
|
off_delay:
|
||||||
|
description: For sensors that only sends ‘On’ state updates, this variable sets a delay in seconds after which the sensor state will be updated back to ‘Off’.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
device:
|
device:
|
||||||
description: 'Information about the device this binary sensor is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set.'
|
description: 'Information about the device this binary sensor is a part of to tie it into the [device registry](https://developers.home-assistant.io/docs/en/device_registry_index.html). Only works through [MQTT discovery](/docs/mqtt/discovery/) and when [`unique_id`](#unique_id) is set.'
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user