Add elevation (#1830)

This commit is contained in:
Fabian Affolter 2017-01-20 08:59:31 +01:00
parent db1ee2625e
commit cdae93e355
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

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