From 7554199a12b76eb770a8cceefeedeb30dbd67f23 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Sep 2016 15:21:44 +0200 Subject: [PATCH] Add link andminorupdates --- source/_components/sensor.miflora.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/_components/sensor.miflora.markdown b/source/_components/sensor.miflora.markdown index ca8c48e69be..22248c4e3f5 100644 --- a/source/_components/sensor.miflora.markdown +++ b/source/_components/sensor.miflora.markdown @@ -9,15 +9,16 @@ sharing: true footer: true ha_category: DIY ha_release: 0.29 +ha_iot_class: "Local Polling" --- -The Mi Flora plant sensor is a small Bluetooth Low Energy device that monitors not only the moisture, but also light, temperature and -conductivity. -As only a single BLE device can be polled at the same time, the library implements locking to make sure this is the case. +The [Mi Flora plant sensor](https://www.open-homeautomation.com/2016/08/23/reverse-engineering-the-mi-plant-sensor/) is a small Bluetooth Low Energy device that monitors not only the moisture, but also light, temperature and +conductivity. As only a single BLE device can be polled at the same time, the library implements locking to make sure this is the case. -To use your PM sensor in your installation, add the following to your `configuration.yaml` file: +To use your Mi Flora plant sensor in your installation, add the following to your `configuration.yaml` file: ```yaml +# Example configuration.yaml entry sensor platform: miflora mac: xx:xx:xx:xx:xx:xx @@ -31,7 +32,7 @@ sensor - conductivity ``` -- **mac** (*Required*): The MAC address of your sensor. You can find this be running "hcitool lescan" from command line. +- **mac** (*Required*): The MAC address of your sensor. You can find this be running `hcitool lescan` from command line. - **name** (*Optional*): The name displayed in the frontend. - **force_update** (*Optional*): Sends update events even if the value hasn't changed. - **median** (*Optional*): Sometimes the sensor measurements show spikes. Using this parameter, the poller will report the median of the last