mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
edd74bfc9d
commit
581dcc46cf
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user