Skip to content

Commit

Permalink
May 2024 Launcher Updates 3
Browse files Browse the repository at this point in the history
v3.4.5

What's New:
 - App launcher for VidHub (closes #415)
 - App launcher for Acorn TV (closes #416)
 - App launcher for BritBox (closes #417)
 - Added Roku Support for BBC iPlayer (closes #419)
 - Added Roku Support for ITVX (closes #420)
 - Added Roku Support for Channel 4 (closes #421)
 - App launcher for My5 (closes #422)
 - App launcher for UKTV Play (closes #423)

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 May 29, 2024
1 parent e22a3f0 commit a5e5528
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 9 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 = 'v3.4.4';
const HAFiremoteVersion = 'v3.4.5';

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

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 a5e5528

Please sign in to comment.