Skip to content

Commit

Permalink
November 2024 App Launchers
Browse files Browse the repository at this point in the history
v4.1.2

This version contains new and updated App Launchers

Find the full launcher list here
https://github.com/PRProd/HA-Firemote/wiki/Firemote-App-Launchers

What's New:
 - App Launcher for 12+ (closes #542)
 - App Launcher for flow (closes #536)
 - App Launcher for MiTele (closes #537)
 - Roku launcher added for NOW TV (closes #539)
 - Apple TV launcher added for Sky Sport Now (closes #541)
 - App Launcher for Skylink SK (closes #543)
 - Apple TV launcher added for ThreeNow (closes #540)
 - App Launcher added for Viki (closes #535)

What's Changed:
 - New Shield launcher code for Xfinity Stream (#538)

Breaking Change:
 - Bally Sports is now Fanduel Sports Network - launcher is new

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 Nov 5, 2024
1 parent 218b7bf commit 7973fa1
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 65 deletions.
8 changes: 4 additions & 4 deletions dist/HA-Firemote.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const HAFiremoteVersion = 'v4.1.1';
const HAFiremoteVersion = 'v4.1.2';

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

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
Loading

0 comments on commit 7973fa1

Please sign in to comment.