mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 12:49:19 +00:00
Add demo data back
This commit is contained in:
18
demo_data/config_data.js
Executable file
18
demo_data/config_data.js
Executable file
@@ -0,0 +1,18 @@
|
||||
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',
|
||||
};
|
||||
Reference in New Issue
Block a user