From 6525969cfc3b54abd4424ca7250d491fc2071326 Mon Sep 17 00:00:00 2001 From: ChristianKuehnel Date: Fri, 19 Jan 2018 11:41:22 +0100 Subject: [PATCH] plant - added config option "check history" (#3417) * added config option "group_name" to plant * added documentation for new behaviour of min_brightness * Update plant.markdown fixed typos * * removed group feature (see PR for details) * escaped curly braces as they were not rendered on github * undo escaping braces --- source/_components/plant.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/plant.markdown b/source/_components/plant.markdown index daba937a936..80fccc281d4 100644 --- a/source/_components/plant.markdown +++ b/source/_components/plant.markdown @@ -45,8 +45,9 @@ Configuration variables: - **max_conductivity** (*Optional*): Maximum conductivity level before triggering a problem. Typical value: 3000 - **min_temperature** (*Optional*): Minimum temperature before triggering a problem. - **max_temperature** (*Optional*): Maximum temperature before triggering a problem. - - **min_brightness** (*Optional*): Minimum brightness before triggering a problem. + - **min_brightness** (*Optional*): Minimum brightness before triggering a problem. In contrast to the other values, this check is *not* looking at the current situation, but rather at the last days. A problem is only reported if the maximum brightness over the last days was lower than min_brightness. You can use this to check if the plant gets enough light during the course of the day. - **max_brightness** (*Optional*): Maximum brightness before triggering a problem. + - **check_days** (*Optional*): time interval (in days) used when checking **min_brightness**, if not set, the default value is 3 ## {% linkable_title Examples %} ### Using plain MQTT sensor to get the data