File tree 1 file changed +15
-8
lines changed 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -77,22 +77,29 @@ Returns the current configuration as JSON.
77
77
"components" : [
78
78
" recorder" ,
79
79
" http" ,
80
- " sensor.time_date " ,
80
+ " weather.openweathermap " ,
81
81
" api" ,
82
+ " websocket_api" ,
82
83
" frontend" ,
84
+ " sensor.time_date" ,
83
85
" sun" ,
84
- " logbook" ,
85
- " history" ,
86
+ " device_tracker" ,
86
87
" group" ,
87
88
" automation"
88
89
],
89
- "latitude" : 44.1234 ,
90
+ "config_dir" : " /home/ha/.homeassistant" ,
91
+ "elevation" : 590 ,
92
+ "latitude" : 45.92 ,
90
93
"location_name" : " Home" ,
91
- "longitude" : 5.5678 ,
92
- "unit_system" : " metric" ,
94
+ "longitude" : 6.52 ,
93
95
"time_zone" : " Europe/Zurich" ,
94
- "config_dir" : " /home/hass/.homeassistant" ,
95
- "version" : " 0.8.0.dev0"
96
+ "unit_system" : {
97
+ "length" : " km" ,
98
+ "mass" : " g" ,
99
+ "temperature" : " \\ u00b0C" ,
100
+ "volume" : " L"
101
+ },
102
+ "version" : " 0.37.0.dev0"
96
103
}
97
104
```
98
105
You can’t perform that action at this time.
0 commit comments