1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +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

13
demo_data/bootstrap_data.js vendored Executable file
View File

@@ -0,0 +1,13 @@
import config from './config_data';
import events from './event_data';
import services from './service_data';
import states from './state_data';
import panels from './panel_data';
export default {
config,
events,
panels,
services,
states,
};