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;
}