Remove unneeded consideration section from weather template (#17018)

This commit is contained in:
Franck Nijhof 2021-03-22 17:07:12 +01:00 committed by GitHub
parent 9c70505bff
commit 7472dad716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.