Skip to content

Commit 5fdb4e9

Browse files
Danielhiversenfabaff
authored andcommitted
Update sensor.broadlink.markdown (home-assistant#1606)
1 parent 61d7d82 commit 5fdb4e9

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

source/_components/sensor.broadlink.markdown

+15-14
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,27 @@ sharing: true
99
footer: true
1010
logo: broadlink.png
1111
ha_category: Sensor
12-
ha_release: 0.34
12+
ha_release: 0.35
1313
---
1414

1515

1616
The `broadlink` sensor platform let you monitor data from an RM2 and A1 E-air.
1717
There is currently no support for the cloud API.
1818

19+
20+
Configuration options:
21+
- **name** (*Optional*): Default BL. Sensor name
22+
- **update_interval** (*Optional*): Default 300. Time in seconds to fetch data from sensors
23+
- **host** (*Required*): The hostname/IP address to connect to.
24+
- **mac** (*Required*): Device mac address.
25+
- **timeout** (*Optional*): Timeout in seconds for the connection to the device
26+
- **monitored_conditions** array (*Required*): States to monitor.
27+
- 'temperature'
28+
- 'humidity'
29+
- 'air_quality'
30+
- 'light'
31+
- 'noise'
32+
1933
To set it up, add the following information to your `configuration.yaml` file:
2034

2135
Obtain sensor data from an A1:
@@ -43,16 +57,3 @@ sensor:
4357
monitored_conditions:
4458
- temperature
4559
```
46-
47-
Configuration options:
48-
- **name** (*Optional*): Default BL. Sensor name
49-
- **update_interval** (*Optional*): Default 300. Time in seconds to fetch data from sensors
50-
- **host** (*Required*): The hostname/IP address to connect to.
51-
- **mac** (*Required*): Device mac address.
52-
- **monitored_conditions** array (*Required*): States to monitor.
53-
- 'temperature'
54-
- 'humidity'
55-
- 'air_quality'
56-
- 'light'
57-
- 'noise'
58-

0 commit comments

Comments
 (0)