Documentation for MQTT binary_sensor off_delay (#6448)

This commit is contained in:
emontnemery 2018-10-11 22:43:06 +02:00 committed by Franck Nijhof
parent 5b942e72bd
commit 9f5f49410a

View File

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