diff --git a/source/developers/rest_api.markdown b/source/developers/rest_api.markdown index 2bdf49b707b..23f5a2e4c8b 100644 --- a/source/developers/rest_api.markdown +++ b/source/developers/rest_api.markdown @@ -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" } ```