Update rflink.markdown (#3374)

* Update rflink.markdown

* Remove blank lines to save space
This commit is contained in:
Alex1234 2017-09-25 23:34:40 +02:00 committed by Fabian Affolter
parent 1ad776685a
commit f9d7fbff85

View File

@ -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.