mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-28 15:27:20 +00:00
19 lines
328 B
JavaScript
Executable File
19 lines
328 B
JavaScript
Executable File
export default {
|
|
components: [
|
|
'configurator',
|
|
'http',
|
|
'api',
|
|
'frontend',
|
|
'history',
|
|
'conversation',
|
|
'logbook',
|
|
'introduction',
|
|
],
|
|
latitude: 32.87336,
|
|
location_name: 'Home',
|
|
longitude: -117.22743,
|
|
temperature_unit: '\u00b0F',
|
|
time_zone: 'America/Los_Angeles',
|
|
version: '0.26',
|
|
};
|