mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update demo
This commit is contained in:
parent
ff6d25a229
commit
55f9561069
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
43
source/demo/dev-tools.html
Normal file
43
source/demo/dev-tools.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -62,8 +62,12 @@
|
|||||||
document
|
document
|
||||||
.getElementById('ha-init-skeleton')
|
.getElementById('ha-init-skeleton')
|
||||||
.classList.add('error');
|
.classList.add('error');
|
||||||
}
|
};
|
||||||
window.noAuth = true;
|
window.noAuth = true;
|
||||||
|
window.deferredLoading = {
|
||||||
|
map: '/demo/partial-map.html',
|
||||||
|
dev: '/demo/dev-tools.html',
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body fullbleed>
|
<body fullbleed>
|
||||||
|
91
source/demo/partial-map.html
Normal file
91
source/demo/partial-map.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user