mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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": [
|
"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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user