diff --git a/demo/public/index.html b/demo/public/index.html index 84b16d37c0..a685e87125 100644 --- a/demo/public/index.html +++ b/demo/public/index.html @@ -4,7 +4,7 @@ - + - + - + @@ -91,7 +91,7 @@ display: block; content: ""; height: 112px; - background-color: #3fbbf4; + background-color: #03a9f4; } diff --git a/demo/public/manifest.json b/demo/public/manifest.json index a38462f2e5..ce52141bda 100644 --- a/demo/public/manifest.json +++ b/demo/public/manifest.json @@ -27,7 +27,7 @@ ], "lang": "en-US", "name": "Home Assistant Demo", - "short_name": "Assistant Demo", + "short_name": "Demo", "start_url": "/?homescreen=1", "theme_color": "#03A9F4" } diff --git a/demo/webpack.config.js b/demo/webpack.config.js index 598e50cdbc..f5a3fd1d2d 100644 --- a/demo/webpack.config.js +++ b/demo/webpack.config.js @@ -8,7 +8,7 @@ const { babelLoaderConfig } = require("../config/babel.js"); const isProd = process.env.NODE_ENV === "production"; const chunkFilename = isProd ? "chunk.[chunkhash].js" : "[name].chunk.js"; const buildPath = path.resolve(__dirname, "dist"); -const publicPath = isProd ? "./" : "http://localhost:8080/"; +const publicPath = "./"; const latestBuild = false; diff --git a/src/cards/ha-media_player-card.js b/src/cards/ha-media_player-card.js index 2f413fd550..6bbda8eab6 100644 --- a/src/cards/ha-media_player-card.js +++ b/src/cards/ha-media_player-card.js @@ -158,7 +158,9 @@ class HaMediaPlayerCard extends LocalizeMixin(EventsMixin(PolymerElement)) { } -