From 092a98bc0df8af8aaadd1e0024ae9e8b25058113 Mon Sep 17 00:00:00 2001 From: Doug Nelson Date: Sat, 12 Oct 2024 10:11:17 -0500 Subject: [PATCH] Quick patch v4.1.0b4 This quick patch is unrelated to the Homatics beta What's Changed: - Updated launcher command for Prime Video on FireTV (#523) - New logo for philo Can't see these changes after updating? Visit this link: https://github.com/PRProd/HA-Firemote/wiki/Force-a-Refresh --- dist/HA-Firemote.js | 8 ++++---- dist/launcher-buttons.js | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) 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 {