Skip to content

Commit 7554199

Browse files
committed
Add link andminorupdates
1 parent e474e00 commit 7554199

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/_components/sensor.miflora.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ sharing: true
99
footer: true
1010
ha_category: DIY
1111
ha_release: 0.29
12+
ha_iot_class: "Local Polling"
1213
---
1314

14-
The Mi Flora plant sensor is a small Bluetooth Low Energy device that monitors not only the moisture, but also light, temperature and
15-
conductivity.
16-
As only a single BLE device can be polled at the same time, the library implements locking to make sure this is the case.
15+
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
16+
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.
1717

18-
To use your PM sensor in your installation, add the following to your `configuration.yaml` file:
18+
To use your Mi Flora plant sensor in your installation, add the following to your `configuration.yaml` file:
1919

2020
```yaml
21+
# Example configuration.yaml entry
2122
sensor
2223
platform: miflora
2324
mac: xx:xx:xx:xx:xx:xx
@@ -31,7 +32,7 @@ sensor
3132
- conductivity
3233
```
3334
34-
- **mac** (*Required*): The MAC address of your sensor. You can find this be running "hcitool lescan" from command line.
35+
- **mac** (*Required*): The MAC address of your sensor. You can find this be running `hcitool lescan` from command line.
3536
- **name** (*Optional*): The name displayed in the frontend.
3637
- **force_update** (*Optional*): Sends update events even if the value hasn't changed.
3738
- **median** (*Optional*): Sometimes the sensor measurements show spikes. Using this parameter, the poller will report the median of the last

0 commit comments

Comments
 (0)