From 3d9b83d46729efcf56d5592c0656b0139a5636a6 Mon Sep 17 00:00:00 2001 From: Scott Gauche Date: Mon, 19 Sep 2016 09:41:27 -0400 Subject: [PATCH] Update basic.markdown (#946) The elevation units have never been specified. The example configuration file sent with Home Assistant should be updated to include the elevation units also. https://pythonhosted.org/astral/module.html#astral.Location.elevation --- source/getting-started/basic.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/basic.markdown b/source/getting-started/basic.markdown index 90df0ccd559..237f78a0fdf 100644 --- a/source/getting-started/basic.markdown +++ b/source/getting-started/basic.markdown @@ -19,7 +19,7 @@ homeassistant: latitude: 32.87336 longitude: 117.22743 - # Impacts weather/sunrise data (altitude above sea level) + # Impacts weather/sunrise data (altitude above sea level in meters) elevation: 430 # 'metric' for Metric, 'imperial' for Imperial