From e8aa6c406d7b9a277dc4efb029fddc78c783f7ce Mon Sep 17 00:00:00 2001 From: Anton Averkiev Date: Sun, 21 Jun 2020 23:38:43 +0300 Subject: [PATCH] Update weather-forecast.markdown (#13803) --- source/_lovelace/weather-forecast.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index 6091f5b2e8b..7209fa454e5 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -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") ```