mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add elevation (#1830)
This commit is contained in:
parent
db1ee2625e
commit
cdae93e355
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user