From 7aabc0113b0722a74d7b669cb86eb2dd012a8d96 Mon Sep 17 00:00:00 2001 From: Karim Geiger Date: Fri, 21 Jun 2019 12:06:40 +0200 Subject: [PATCH] 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 --- source/_components/darksky.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/darksky.markdown b/source/_components/darksky.markdown index d1942794a56..33757a91179 100644 --- a/source/_components/darksky.markdown +++ b/source/_components/darksky.markdown @@ -159,6 +159,10 @@ scan_interval: type: time {% endconfiguration %} +

+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). +

+ #### {% linkable_title Time period dictionary example %} ```yaml