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
This commit is contained in:
Matthias Alphart 2020-12-21 21:58:46 +01:00 committed by GitHub
parent edd74bfc9d
commit 581dcc46cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1102,10 +1102,6 @@ invert:
required: false required: false
type: boolean type: boolean
default: False default: False
reset_after:
description: Reset the switch back to OFF after specified seconds.
required: false
type: float
{% endconfiguration %} {% 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. 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.