From e2ef356c0120efcf9da44b4d8a3dd8f17d371c50 Mon Sep 17 00:00:00 2001 From: Marc Egli Date: Tue, 16 May 2017 08:17:59 +0200 Subject: [PATCH] Update miflora (#2636) Make monitored_conditions optional. --- source/_components/sensor.miflora.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.miflora.markdown b/source/_components/sensor.miflora.markdown index 55e280bc654..31219c890f1 100644 --- a/source/_components/sensor.miflora.markdown +++ b/source/_components/sensor.miflora.markdown @@ -27,7 +27,7 @@ sensor: ``` - **mac** (*Required*): The MAC address of your sensor. You can find this be running `hcitool lescan` from command line. -- **monitored_conditions** array (*Required*): The paramaters that should be monitored. +- **monitored_conditions** array (*Optional*): The paramaters that should be monitored (defaults to monitoring all parameters). - **moisture**: Moisture in the soil. - **light**: Brightness at the sensor's location. - **temperature**: Temperature at the sensor's location.