mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Update rflink.markdown (#3374)
* Update rflink.markdown * Remove blank lines to save space
This commit is contained in:
parent
1ad776685a
commit
f9d7fbff85
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user