From e4e0e30ef540b9e5570dcb81a285d0308e677396 Mon Sep 17 00:00:00 2001 From: phispi Date: Sat, 21 Apr 2018 23:19:55 +0200 Subject: [PATCH] Mention possibility to support a "stop" group address. My KNX device has a "start" (down/up) and a "stop" group address. It works perfectly if I enter the "start" group address in "move_long_address" and "stop" in "move_short_address". However, I only found out because I found issue #10624. --- source/_components/cover.knx.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/cover.knx.markdown b/source/_components/cover.knx.markdown index cd620f15634..d6d3733c1e1 100644 --- a/source/_components/cover.knx.markdown +++ b/source/_components/cover.knx.markdown @@ -37,7 +37,7 @@ Configuration variables: - **name** (*Optional*): A name for this device used within Home Assistant. - **move_long_address**: KNX group address for moving the cover full up or down. -- **move_short_address** (*Optional*): KNX group address for moving the cover short time up or down. +- **move_short_address** (*Optional*): KNX group address for moving the cover short time up or down. If the KNX device has a stop group address you can use that here. - **position_address** (*Optional*): KNX group address for moving the cover to the dedicated position. - **position_state_address** (*Optional*): Separate KNX group address for requesting the current position of the cover. - **angle_address** (*Optional*): KNX group address for moving the cover to the dedicated angle.