Add elevation (#1830)

This commit is contained in:
Fabian Affolter 2017-01-20 08:59:31 +01:00 committed by GitHub
parent 4ebe77ce1c
commit 797b1a8f03

View File

@ -77,22 +77,29 @@ Returns the current configuration as JSON.
"components": [ "components": [
"recorder", "recorder",
"http", "http",
"sensor.time_date", "weather.openweathermap",
"api", "api",
"websocket_api",
"frontend", "frontend",
"sensor.time_date",
"sun", "sun",
"logbook", "device_tracker",
"history",
"group", "group",
"automation" "automation"
], ],
"latitude": 44.1234, "config_dir": "/home/ha/.homeassistant",
"elevation": 590,
"latitude": 45.92,
"location_name": "Home", "location_name": "Home",
"longitude": 5.5678, "longitude": 6.52,
"unit_system": "metric",
"time_zone": "Europe/Zurich", "time_zone": "Europe/Zurich",
"config_dir": "/home/hass/.homeassistant", "unit_system": {
"version": "0.8.0.dev0" "length": "km",
"mass": "g",
"temperature": "\\u00b0C",
"volume": "L"
},
"version": "0.37.0.dev0"
} }
``` ```