From 581dcc46cfe59ba7d96bd19de899b886f81f474e Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Mon, 21 Dec 2020 21:58:46 +0100 Subject: [PATCH] KNX Switch: remove configuration option `reset_after` (#15982) This was not approved by HA so it was removed again (https://github.com/home-assistant/core/pull/42026#discussion_r522007397). But it seems to have slipped into the documentation. closes home-assistant/core#44433 --- source/_integrations/knx.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 732b07c26d9..636e0ab7674 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -1102,10 +1102,6 @@ invert: required: false type: boolean default: False -reset_after: - description: Reset the switch back to OFF after specified seconds. - required: false - type: float {% endconfiguration %} Some KNX devices can change their state internally without any messages on the KNX bus, e.g., if you configure a timer on a channel. The optional `state_address` can be used to inform Home Assistant about these state changes. If a KNX message is seen on the bus addressed to the given state address, this will overwrite the state of the switch object.