Update rflink.markdown (#6101)

* Update rflink.markdown

* ✏️ Tweaks
This commit is contained in:
samuelsson86 2018-10-04 21:33:17 +02:00 committed by Franck Nijhof
parent 5a38e533fe
commit aabd29bb55

View File

@ -94,14 +94,15 @@ When pressing the button on the physical remote, RFLink detects the signal and t
light:
- platform: rflink
automatic_add: true
switch:
- platform: rflink
automatic_add: true
sensor:
- platform: rflink
automatic_add: true
```
[RFLink Switches](https://www.home-assistant.io/components/switch.rflink/) cannot be added automatically.
The RFLink component does not know the difference between a switch and a light. Therefore all switchable devices are automatically added as light by default. However, once the ID of a switch is known, it can be used to configure it as a switch type in HA, for example, to add it to a different group, hide it or configure a nice name.
### {% linkable_title Ignoring devices %}
The 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.