From 5fdb4e9bf6fd9c42e7cd45d90bab0244b6e9250e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Sat, 17 Dec 2016 19:39:10 +0100 Subject: [PATCH] Update sensor.broadlink.markdown (#1606) --- source/_components/sensor.broadlink.markdown | 29 ++++++++++---------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/source/_components/sensor.broadlink.markdown b/source/_components/sensor.broadlink.markdown index c9602c98c8d..1a03b94c694 100644 --- a/source/_components/sensor.broadlink.markdown +++ b/source/_components/sensor.broadlink.markdown @@ -9,13 +9,27 @@ sharing: true footer: true logo: broadlink.png 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. 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: Obtain sensor data from an A1: @@ -43,16 +57,3 @@ sensor: monitored_conditions: - 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' -