From 7443f4faf85661e48ae4577b3244228142160b5e Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Tue, 22 Sep 2015 15:53:16 -0400 Subject: [PATCH] Minor comment about weather components & LONG:LAT. Super Small edit adding in a # about the weather related information. --- config/configuration.yaml.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/configuration.yaml.example b/config/configuration.yaml.example index 5acca361a30..44153c7876d 100644 --- a/config/configuration.yaml.example +++ b/config/configuration.yaml.example @@ -1,7 +1,9 @@ homeassistant: # Omitted values in this section will be auto detected using freegeoip.net - # Location required to calculate the time the sun rises and sets + # Location required to calculate the time the sun rises and sets. + # Cooridinates are also used for location for weather related components. + # Google Maps can be used to determine more precise GPS cooridinates. latitude: 32.87336 longitude: 117.22743