Skip to content

Commit

Permalink
New Year, New App Launchers - Part 2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
PRProd committed Jan 6, 2025
1 parent d7edf4d commit 77924a5
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 9 deletions.
10 changes: 5 additions & 5 deletions dist/HA-Firemote.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const HAFiremoteVersion = 'v4.1.6';
const HAFiremoteVersion = 'v4.1.7';

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

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"),
Expand Down Expand Up @@ -3093,7 +3093,7 @@ class FiremoteCard extends LitElement {
display: block;
}
.functionAppSwitchButton {
.functionAppSwitchButton, .functionAppManageButton {
background: #000;
}
Expand Down
Loading

0 comments on commit 77924a5

Please sign in to comment.