mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
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:
parent
9ece978351
commit
7aabc0113b
@ -159,6 +159,10 @@ scan_interval:
|
||||
type: time
|
||||
{% 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 %}
|
||||
|
||||
```yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user