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.