Add note on conditions not working without forecast (#9669)

* Add note on conditions not working without forecast

It tripped me off that some monitored conditions only work with the forecast attribute set, as they require a forecast to be made. This will add a note that explains this behaviour.

* Fix typo
This commit is contained in:
Karim Geiger 2019-06-21 12:06:40 +02:00 committed by Franck Nijhof
parent 9ece978351
commit 7aabc0113b

View File

@ -159,6 +159,10 @@ scan_interval:
type: time type: time
{% endconfiguration %} {% endconfiguration %}
<p class='note'>
Please note that some monitored conditions, such as `temperature_high` or `temperature_low`, may only work when setting the `forecast` attribute to at least `0` (current day).
</p>
#### {% linkable_title Time period dictionary example %} #### {% linkable_title Time period dictionary example %}
```yaml ```yaml