From fe40a702c2febf929a8c4ac6a0b871b75003235a Mon Sep 17 00:00:00 2001 From: the-real-wizhack <54763483+the-real-wizhack@users.noreply.github.com> Date: Sun, 27 Mar 2022 16:09:53 +0200 Subject: [PATCH] Add inverted option (#21774) Co-authored-by: Franck Nijhof --- source/_integrations/rflink.markdown | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/_integrations/rflink.markdown b/source/_integrations/rflink.markdown index 5f3127ac17e..4a3d1d45533 100644 --- a/source/_integrations/rflink.markdown +++ b/source/_integrations/rflink.markdown @@ -154,6 +154,26 @@ rflink: This configuration will ignore the button `1` of the `newkaku` device with ID `000001`, all devices of the `digitech` protocol and all switches of the `kaku` protocol device with codewheel ID `1`. +### Invert cover + +Devices can be configure to work in inverted mode by adding option in `configuration.yaml`: + +```yaml +# Example configuration.yaml entry for inverted RTS cover +cover: + - platform: rflink + devices: + # Rfloader created remote control which is used by Home Assistant + RTS_0a0a0a_1: + name: "Blind office" + aliases: + - rts_0f1f2f_01 # ID of the remote control (Somfy smove in this case) + type: inverted + ``` + +This configuration uses `0a0a0a` to control the inverted shutter (send UP to close and Down to open) and listen commands sent by `0f1f2f` remote control. + + ### Device support Even though a lot of devices are supported by RFLink, not all have been tested/implemented. If you have a device supported by RFLink but not by this integration please consider testing and adding support yourself.