From 55f64cb44d37d27c372718f1f66b3217bc29712c Mon Sep 17 00:00:00 2001 From: thomasvs Date: Tue, 4 Dec 2018 11:41:47 -0500 Subject: [PATCH] Align example with documentation by using dark sky in both locations (#7718) The note talks about dark sky, so people will be nudged to set up dark sky. Make it easy for them by matching the example to that choice. --- 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 052245e79c5..2f9deb4f063 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -37,7 +37,7 @@ name: ```yaml - type: weather-forecast - entity: weather.demo_weather_north + entity: weather.dark_sky ```