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
This commit is contained in:
ChristianKuehnel 2018-01-19 11:41:22 +01:00 committed by Franck Nijhof
parent af6bcffd5d
commit 6525969cfc

View File

@ -45,8 +45,9 @@ Configuration variables:
- **max_conductivity** (*Optional*): Maximum conductivity level before triggering a problem. Typical value: 3000 - **max_conductivity** (*Optional*): Maximum conductivity level before triggering a problem. Typical value: 3000
- **min_temperature** (*Optional*): Minimum temperature before triggering a problem. - **min_temperature** (*Optional*): Minimum temperature before triggering a problem.
- **max_temperature** (*Optional*): Maximum 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. - **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 %} ## {% linkable_title Examples %}
### Using plain MQTT sensor to get the data ### Using plain MQTT sensor to get the data