From d12dc386db618de24006f99273fe06a82ef5aa33 Mon Sep 17 00:00:00 2001 From: Doug Nelson Date: Thu, 17 Oct 2024 23:19:05 -0500 Subject: [PATCH] Homatics Support v4.1.0 Support for Homatics media players is finally here! https://www.youtube.com/watch?v=AggYjQ4vI-U What's New: - Homatics Support (#514) - Launcher for ICI TOU.TV (closes #512) - Launcher for Noovo (closes #513) - Launcher for ZINEMA 5.0 (closes #515) - Launcher for HDO BOX (closes #515) - Launcher for Sky Go (closes #518) - Apple TV Launcher for Waipu.tv (closes #522) - Updated launcher command for Prime Video on FireTV (closes #523) - Launcher for Clipious (closes #526) - onn. launcher for SmartTube (closes #527) - New logo for philo - Several App launcher command updates 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 | 47 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 49 insertions(+), 6 deletions(-) diff --git a/dist/HA-Firemote.js b/dist/HA-Firemote.js index 33213ed..3b31051 100644 --- a/dist/HA-Firemote.js +++ b/dist/HA-Firemote.js @@ -1,9 +1,9 @@ -const HAFiremoteVersion = 'v4.1.0b4'; +const HAFiremoteVersion = 'v4.1.0'; import {LitElement, html, css, unsafeHTML, unsafeCSS, styleMap} from './lit/lit-all.min.js'; -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'; +import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.0"; +import {rosettaStone} from './language-translations.js?version=v4.1.0'; +import {devices} from './supported-devices.js?version=v4.1.0'; 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 219672b..7b18b30 100644 --- a/dist/launcher-buttons.js +++ b/dist/launcher-buttons.js @@ -1229,6 +1229,45 @@ const launcherData = { }, + "clipious": { + "button": '', + "friendlyName": 'Clipious', + "className": "clipiousButton", + "deviceFamily": ["amazon-fire", "chromecast", "homatics", "nvidia-shield", "onn", "xiaomi"], + "amazon-fire": { + "appName": "com.github.lamarios.clipious", + "androidName": "com.github.lamarios.clipious", + "adbLaunchCommand": "adb shell am start -n com.github.lamarios.clipious/.MainActivity", + }, + "chromecast": { + "appName": "com.github.lamarios.clipious", + "androidName": "com.github.lamarios.clipious", + "adbLaunchCommand": "adb shell am start -n com.github.lamarios.clipious/.MainActivity", + }, + "homatics": { + "appName": "com.github.lamarios.clipious", + "androidName": "com.github.lamarios.clipious", + "adbLaunchCommand": "adb shell am start -n com.github.lamarios.clipious/.MainActivity", + }, + "nvidia-shield": { + "appName": "com.github.lamarios.clipious", + "androidName": "com.github.lamarios.clipious", + "adbLaunchCommand": "adb shell am start -n com.github.lamarios.clipious/.MainActivity", + }, + "onn": { + "appName": "com.github.lamarios.clipious", + "androidName": "com.github.lamarios.clipious", + "adbLaunchCommand": "adb shell am start -n com.github.lamarios.clipious/.MainActivity", + }, + "xiaomi": { + "appName": "com.github.lamarios.clipious", + "androidName": "com.github.lamarios.clipious", + "adbLaunchCommand": "adb shell am start -n com.github.lamarios.clipious/.MainActivity", + }, + }, + + + "cloudstream": { "button": '', "friendlyName": 'Cloudstream', @@ -6534,7 +6573,7 @@ const launcherData = { "appName": "com.teamsmart.videomanager.tv", "androidName": "com.teamsmart.videomanager.tv", "adbLaunchCommand": "adb shell am start -n com.teamsmart.videomanager.tv/com.liskovsoft.smartyoutubetv2.tv.ui.main.SplashActivity", - "deviceFamily": ["amazon-fire", "chromecast", "homatics", "nvidia-shield", "xiaomi"], }, + "deviceFamily": ["amazon-fire", "chromecast", "homatics", "nvidia-shield", "onn", "xiaomi"], }, "smart-tube-next-beta": { @@ -6545,7 +6584,7 @@ const launcherData = { "appName": "com.liskovsoft.smarttubetv.beta", "androidName": "com.liskovsoft.smarttubetv.beta", "adbLaunchCommand": "adb shell am start com.liskovsoft.smarttubetv.beta", - "deviceFamily": ["amazon-fire", "chromecast", "homatics", "nvidia-shield", "xiaomi"], }, + "deviceFamily": ["amazon-fire", "chromecast", "homatics", "nvidia-shield", "onn", "xiaomi"], }, "smart-tv-client-for-twitch": { @@ -9465,6 +9504,10 @@ const launcherCSS = ` background: #000; } + .clipiousButton { + background: #171c3a; + } + .cloudstreamButton { background: #000; }