mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 11:56:50 +00:00
Update sensor.broadlink.markdown (#1606)
This commit is contained in:
parent
61d7d82776
commit
5fdb4e9bf6
@ -9,13 +9,27 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: broadlink.png
|
logo: broadlink.png
|
||||||
ha_category: Sensor
|
ha_category: Sensor
|
||||||
ha_release: 0.34
|
ha_release: 0.35
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The `broadlink` sensor platform let you monitor data from an RM2 and A1 E-air.
|
The `broadlink` sensor platform let you monitor data from an RM2 and A1 E-air.
|
||||||
There is currently no support for the cloud API.
|
There is currently no support for the cloud API.
|
||||||
|
|
||||||
|
|
||||||
|
Configuration options:
|
||||||
|
- **name** (*Optional*): Default BL. Sensor name
|
||||||
|
- **update_interval** (*Optional*): Default 300. Time in seconds to fetch data from sensors
|
||||||
|
- **host** (*Required*): The hostname/IP address to connect to.
|
||||||
|
- **mac** (*Required*): Device mac address.
|
||||||
|
- **timeout** (*Optional*): Timeout in seconds for the connection to the device
|
||||||
|
- **monitored_conditions** array (*Required*): States to monitor.
|
||||||
|
- 'temperature'
|
||||||
|
- 'humidity'
|
||||||
|
- 'air_quality'
|
||||||
|
- 'light'
|
||||||
|
- 'noise'
|
||||||
|
|
||||||
To set it up, add the following information to your `configuration.yaml` file:
|
To set it up, add the following information to your `configuration.yaml` file:
|
||||||
|
|
||||||
Obtain sensor data from an A1:
|
Obtain sensor data from an A1:
|
||||||
@ -43,16 +57,3 @@ sensor:
|
|||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- temperature
|
- temperature
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration options:
|
|
||||||
- **name** (*Optional*): Default BL. Sensor name
|
|
||||||
- **update_interval** (*Optional*): Default 300. Time in seconds to fetch data from sensors
|
|
||||||
- **host** (*Required*): The hostname/IP address to connect to.
|
|
||||||
- **mac** (*Required*): Device mac address.
|
|
||||||
- **monitored_conditions** array (*Required*): States to monitor.
|
|
||||||
- 'temperature'
|
|
||||||
- 'humidity'
|
|
||||||
- 'air_quality'
|
|
||||||
- 'light'
|
|
||||||
- 'noise'
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user