Add missing property to KNX binary sensor after recent refactoring (#15167)

This commit is contained in:
Marvin Wichmann 2020-10-12 14:18:50 +02:00 committed by GitHub
parent 5aba8030b2
commit 9ff740d695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,6 +286,11 @@ reset_after:
description: Reset back to OFF state after specified milliseconds.
required: false
type: integer
ignore_internal_state:
description: If set to true the update callbacks are always executed regardless of the current binary sensor state. If some of your automations are triggered multiple times make sure this setting is False.
required: false
type: boolean
default: True
context_timeout:
description: The time in seconds between multiple identical telegram payloads would count towards the internal counter that is used for automations. Ex. You have automations in place that trigger your lights on button press and another set of lights if you click that button twice. This setting defines the time that a second button press would count toward, so if you set this 3.0 you can take up to 3 seconds in order to trigger the second button press. Maximum value is 10.0.
required: false
@ -412,8 +417,8 @@ knx:
`setpoint_shift_mode` allows the two following DPTs to be used:
- DPT6.002 (for 1 byte signed integer)
- DPT9.002 (for 2 byte float)
- DPT6002 (for 1 byte signed integer)
- DPT9002 (for 2 byte float)
Example: