mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
af6bcffd5d
commit
6525969cfc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user