Skip to content

Commit 806fdfb

Browse files
javicallefrenck
authored andcommitted
Update Rflink hub component configuration (home-assistant#7171)
* Update Rflink hub component configuration Update style of Rflink light component documentation to follow new configuration variables description. Related to home-assistant#6385. * Homogeneous with PR home-assistant#7200 * You are right Co-Authored-By: javicalle <31999997+javicalle@users.noreply.github.com> * 👕 Relative links
1 parent 8681aa3 commit 806fdfb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/_components/rflink.markdown

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ha_category: Hub
1212
ha_release: 0.38
1313
---
1414

15-
The `rflink` component supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
15+
The `rflink` component supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
1616

1717
The 433 MHz spectrum is used by many manufacturers mostly using their own protocol/standard and includes devices like: light switches, blinds, weather stations, alarms and various other sensors.
1818

1919
RFLink Gateway supports a number of RF frequencies, using a wide range of low-cost hardware. [Their website](http://www.rflink.nl/blog2/) provides details for various RF transmitters, receivers and transceiver modules for 433MHz, 868MHz and 2.4 GHz.
2020

21-
<p class='note'>
22-
Note: Versions later than R44 add support for Ikea Ansluta, Philips Living Colors Gen1 and MySensors devices.
23-
</p>
21+
<p class='note'>
22+
Note: Versions later than R44 add support for Ikea Ansluta, Philips Living Colors Gen1 and MySensors devices.
23+
</p>
2424

2525
A complete list of devices supported by RFLink can be found [here](http://www.rflink.nl/blog2/devlist).
2626

@@ -50,20 +50,20 @@ host:
5050
wait_for_ack:
5151
description: Wait for RFLink to acknowledge commands sent before sending new command (slower but more reliable).
5252
required: false
53-
type: string
5453
default: true
54+
type: boolean
5555
ignore_devices:
5656
description: List of device id's to ignore. Supports wildcards (`*`) at the end.
5757
required: false
58-
type: string
58+
type: [list, string]
5959
reconnect_interval:
6060
description: Time in seconds between reconnect attempts.
6161
required: false
62+
default: 10
6263
type: integer
6364
{% endconfiguration %}
6465

6566
### {% linkable_title Full example %}
66-
6767
```yaml
6868
# Example configuration.yaml entry
6969
rflink:
@@ -117,9 +117,9 @@ sensor:
117117
automatic_add: true
118118
```
119119

120-
[RFLink Switches](https://www.home-assistant.io/components/switch.rflink/) cannot be added automatically.
120+
[RFLink Switches](/components/switch.rflink/) and [RFLink Binary Sensors](/components/binary_sensor.rflink/) cannot be added automatically.
121121

122-
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.
122+
The RFLink component does not know the difference between a binary sensor, 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 or a binary sensor type in Home Assistant, for example, to add it to a different group, hide it or configure a nice name.
123123

124124
### {% linkable_title Ignoring devices %}
125125

@@ -161,7 +161,7 @@ If you find a device is recognized differently, with different protocols or the
161161

162162
### {% linkable_title Debug Logging %}
163163

164-
For debugging purposes or context when investigating issues you can enable debug logging for Rflink with the following config snippet:
164+
For debugging purposes or context when investigating issues you can enable debug logging for RFLink with the following config snippet:
165165

166166
```yaml
167167
logger:

0 commit comments

Comments
 (0)