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
This commit is contained in:
Scott Gauche 2016-09-19 09:41:27 -04:00 committed by Fabian Affolter
parent 15a56a2cc5
commit 3d9b83d467

View File

@ -19,7 +19,7 @@ homeassistant:
latitude: 32.87336 latitude: 32.87336
longitude: 117.22743 longitude: 117.22743
# Impacts weather/sunrise data (altitude above sea level) # Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 430 elevation: 430
# 'metric' for Metric, 'imperial' for Imperial # 'metric' for Metric, 'imperial' for Imperial