From f9d7fbff8554cc2b22fb94df072a7e1c8e70318e Mon Sep 17 00:00:00 2001 From: Alex1234 Date: Mon, 25 Sep 2017 23:34:40 +0200 Subject: [PATCH] Update rflink.markdown (#3374) * Update rflink.markdown * Remove blank lines to save space --- source/_components/rflink.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/_components/rflink.markdown b/source/_components/rflink.markdown index 4efec4ab993..e907a1940d3 100644 --- a/source/_components/rflink.markdown +++ b/source/_components/rflink.markdown @@ -85,6 +85,23 @@ rflink: port: 1234 ``` +### {% linkable_title Adding devices Automatically %} + +In order to have your devices being detected and added automatically, you need to add the following to the configuration. +When pressing the button on the physical remote, RFLink detects the signal and the device should be added automatically to Home Assistant. + +```yaml +light: + - platform: rflink + automatic_add: true +switch: + - platform: rflink + automatic_add: true +sensor: + - platform: rflink + automatic_add: true +``` + ### {% linkable_title Ignoring devices %} RFLink platform can be configured to completely ignore a device on a platform level. This is useful when you have neighbors which also use 433 Mhz technology.