1
0
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:
Paulus Schoutsen
2017-01-29 23:19:35 -08:00
parent dcd9fd16f3
commit e4b2ec1710
10 changed files with 769 additions and 1 deletions

18
demo_data/config_data.js Executable file
View 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',
};