From 7472dad716b0d28c45892c38b4b365a4caac4726 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 22 Mar 2021 17:07:12 +0100 Subject: [PATCH] Remove unneeded consideration section from weather template (#17018) --- source/_integrations/weather.template.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/weather.template.markdown b/source/_integrations/weather.template.markdown index b3dcb5fe029..c148a45226c 100644 --- a/source/_integrations/weather.template.markdown +++ b/source/_integrations/weather.template.markdown @@ -69,7 +69,3 @@ forecast_template: required: false type: template {% endconfiguration %} - -## Considerations - -If you are using the state of a integration that takes extra time to load, the Template Weather may get an `unknown` state during startup. This results in error messages in your log file until that integration has completed loading. If you use `is_state()` function in your template, you can avoid this situation.