Skip to content

Commit 77924a5

Browse files
committed
New Year, New App Launchers - Part 2
v4.1.7 This is the second release from my holiday backlog. I appreciate your patience as I continue to work through all of your requests. Find the full launcher list here https://github.com/PRProd/HA-Firemote/wiki/Firemote-App-Launchers What's New: - App Launcher for yes+ (closes #586) - App Launcher for altibox (closes #589) - Apple TV Launcher for Zattoo (closes #591) - App Launcher for MagisTV (closes #593) - App Launcher for FloSports (closes #594) - App Launcher for Angel Studios (closes #598) - Function "App Manage" for FireTV (closes #600) - App Launcher for RTLPlay for TV (closes #609) Updates: - Launcher code for Spectrum TV (closes #602) Can't see these changes after updating? Visit this link: https://github.com/PRProd/HA-Firemote/wiki/Force-a-Refresh
1 parent d7edf4d commit 77924a5

File tree

2 files changed

+304
-9
lines changed

2 files changed

+304
-9
lines changed

dist/HA-Firemote.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
const HAFiremoteVersion = 'v4.1.6';
1+
const HAFiremoteVersion = 'v4.1.7';
22

33
import {LitElement, html, css, unsafeHTML, unsafeCSS, styleMap} from './lit/lit-all.min.js';
4-
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.6";
5-
import {rosettaStone} from './language-translations.js?version=v4.1.6';
6-
import {devices} from './supported-devices.js?version=v4.1.6';
4+
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.7";
5+
import {rosettaStone} from './language-translations.js?version=v4.1.7';
6+
import {devices} from './supported-devices.js?version=v4.1.7';
77

88
console.groupCollapsed("%c 🔥 FIREMOTE-CARD 🔥 %c "+HAFiremoteVersion+" installed ", "color: orange; font-weight: bold; background: black", "color: green; font-weight: bold;"),
99
console.log("Readme:", "https://github.com/PRProd/HA-Firemote"),
@@ -3093,7 +3093,7 @@ class FiremoteCard extends LitElement {
30933093
display: block;
30943094
}
30953095
3096-
.functionAppSwitchButton {
3096+
.functionAppSwitchButton, .functionAppManageButton {
30973097
background: #000;
30983098
}
30993099

0 commit comments

Comments
 (0)