diff --git a/dist/HA-Firemote.js b/dist/HA-Firemote.js
index 11f4fc6..33213ed 100644
--- a/dist/HA-Firemote.js
+++ b/dist/HA-Firemote.js
@@ -1,9 +1,9 @@
-const HAFiremoteVersion = 'v4.1.0b3';
+const HAFiremoteVersion = 'v4.1.0b4';
import {LitElement, html, css, unsafeHTML, unsafeCSS, styleMap} from './lit/lit-all.min.js';
-import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.0b3";
-import {rosettaStone} from './language-translations.js?version=v4.1.0b3';
-import {devices} from './supported-devices.js?version=v4.1.0b3';
+import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.0b4";
+import {rosettaStone} from './language-translations.js?version=v4.1.0b4';
+import {devices} from './supported-devices.js?version=v4.1.0b4';
console.groupCollapsed("%c 🔥 FIREMOTE-CARD 🔥 %c "+HAFiremoteVersion+" installed ", "color: orange; font-weight: bold; background: black", "color: green; font-weight: bold;"),
console.log("Readme:", "https://github.com/PRProd/HA-Firemote"),
diff --git a/dist/launcher-buttons.js b/dist/launcher-buttons.js
index f824d8a..219672b 100644
--- a/dist/launcher-buttons.js
+++ b/dist/launcher-buttons.js
@@ -5375,7 +5375,7 @@ const launcherData = {
"philo": {
- "button": '',
+ "button": '',
"friendlyName": 'Philo',
"className": "philoButton",
"deviceFamily": ["amazon-fire", "apple-tv", "chromecast", "homatics", "nvidia-shield", "onn", "roku", "xiaomi"],
@@ -5524,7 +5524,7 @@ const launcherData = {
"appName": "Prime Video (FireTV)",
"androidName": "com.amazon.avod",
"androidName2": "com.amazon.firebat",
- "adbLaunchCommand": "adb shell am start com.amazon.firebat/.deeplink.DeepLinkRoutingActivity",
+ "adbLaunchCommand": "adb shell am start com.amazon.firebat/com.amazon.firebatcore.deeplink.DeepLinkRoutingActivity",
},
"apple-tv": {
"appName": "Prime Video",
@@ -10177,7 +10177,7 @@ const launcherCSS = `
}
.philoButton {
- background: #0c93f2;
+ background: #000;
}
.plexButton {