Skip to content

Commit 7cf5328

Browse files
genestealerfabaff
authored andcommitted
Update sensor.rflink.markdown (home-assistant#2300)
1 parent 50cd865 commit 7cf5328

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/_components/sensor.rflink.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: "Rflink Sensor"
4-
description: "Instructions how to integrate Rflink sensors into Home Assistant."
3+
title: "RFLink Sensor"
4+
description: "Instructions how to integrate RFLink sensors into Home Assistant."
55
date: 2016-01-04
66
sidebar: true
77
comments: false
@@ -12,11 +12,11 @@ ha_category: Sensor
1212
ha_release: 0.38
1313
---
1414

15-
The `rflink` component support 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 firmware that allows communication with 433Mhz devices using cheap hardware (Arduino + 433Mhz tranceiver).
15+
The `rflink` component support 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 firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver).
1616

1717
First you have to set up your [rflink hub](/components/rflink/).
1818

19-
After configuring the Rflink hub sensors will be automatically discovered and added.
19+
After configuring the RFLink hub sensors will be automatically discovered and added.
2020

2121
New/unknown sensors can be assigned to a default group automatically by specifying the `new_devices_group` option with a group name. If the group doesn't exist it will be created.
2222

@@ -26,10 +26,10 @@ For example:
2626
# Example configuration.yaml entry
2727
sensor:
2828
platform: rflink
29-
new_devices_group: "New Rflink Sensors"
29+
new_devices_group: "New RFLink Sensors"
3030
```
3131
32-
Rflink sensor ID's are composed of: protocol, id and type (optional). For example: `alectov1_0334_temp`. Some sensors emit multiple types of data. Each will be created as its own
32+
RFLink sensor ID's are composed of: protocol, id and type (optional). For example: `alectov1_0334_temp`. Some sensors emit multiple types of data. Each will be created as its own
3333

3434
Once the ID of a sensor is known it can be used to configure the sensor in HA, for example to add it to a different group, hide it or configure a nice name.
3535

@@ -52,14 +52,14 @@ Configuration variables:
5252

5353
Device configuration variables:
5454

55-
- **name** (*Optional*): Name for the device, defaults to Rflink ID.
55+
- **name** (*Optional*): Name for the device, defaults to RFLink ID.
5656
- **sensor_type** (*Required*): Override automatically detected type of sensor.
5757
- **unit_of_measurement** (*Optional*): Override automatically detected unit of sensor.
58-
- **aliasses** (*Optional*): Alternative Rflink ID's this device is known by.
58+
- **aliasses** (*Optional*): Alternative RFLink ID's this device is known by.
5959

6060
### {% linkable_title Hiding/ignoring sensors %}
6161

62-
Sensors are added automatically when the Rflink gateway intercepts a 433Mhz command in the ether. To prevent cluttering the frontend use any of these methods:
62+
Sensors are added automatically when the RFLink gateway intercepts a wireless command in the ether. To prevent cluttering the frontend use any of these methods:
6363

6464
- Configure a `new_devices_group` for sensors and optionally add it to a different `view`.
6565
- Hide unwanted devices using [customizations](/getting-started/customizing-devices/)

0 commit comments

Comments
 (0)