Update weather-forecast.markdown (#13803)

This commit is contained in:
Anton Averkiev 2020-06-21 23:38:43 +03:00 committed by GitHub
parent 2cd47064f3
commit e8aa6c406d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,5 +109,5 @@ Weather icons can be overwritten with your own personal images via a [Theme](htt
Example theme configuration:
```yaml
--weather-icon-sunny: url("local/sunny.png")
--weather-icon-sunny: url("/local/sunny.png")
```