File tree 1 file changed +15
-14
lines changed
1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,27 @@ sharing: true
9
9
footer : true
10
10
logo : broadlink.png
11
11
ha_category : Sensor
12
- ha_release : 0.34
12
+ ha_release : 0.35
13
13
---
14
14
15
15
16
16
The ` broadlink ` sensor platform let you monitor data from an RM2 and A1 E-air.
17
17
There is currently no support for the cloud API.
18
18
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
+
19
33
To set it up, add the following information to your ` configuration.yaml ` file:
20
34
21
35
Obtain sensor data from an A1:
@@ -43,16 +57,3 @@ sensor:
43
57
monitored_conditions :
44
58
- temperature
45
59
` ` `
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
-
You can’t perform that action at this time.
0 commit comments