mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Allow picking location on a map (#3244)
* Allow picking location on a map * Add some better defaults * Close connection before navigation
This commit is contained in:
@@ -15,6 +15,10 @@ gulp.task("gen-service-worker-dev", (done) => {
|
||||
writeSW(
|
||||
`
|
||||
console.debug('Service worker disabled in development');
|
||||
|
||||
self.addEventListener('install', (event) => {
|
||||
self.skipWaiting();
|
||||
});
|
||||
`
|
||||
);
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user