From 9ff740d6950bc512efc18f5c324e529535084c12 Mon Sep 17 00:00:00 2001 From: Marvin Wichmann Date: Mon, 12 Oct 2020 14:18:50 +0200 Subject: [PATCH] Add missing property to KNX binary sensor after recent refactoring (#15167) --- source/_integrations/knx.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index db01f92f93c..1706e237c06 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -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: