Skip to content

Commit

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

What's New:
 - App launcher for Freecast (closes #393)
 - App launcher for TV VLAANDEREN (BE)(closes #394)
 - App launcher for fioptics+ (closes #395)
 - App launcher for Telia Play (Sweden) (closes #398)
 - App launcher for STINGTV/STING+ (closes #400)
 - App launcher for Norlys Play (closes #402)

Fixes / Changes:
 - Updated launcher for Eurosport Player (closes #391)
 - Updated the app launcher for TV4 Play app update (closes #397)
 - Updated launcher for HBO Max Denmark/Netherlands (closes #403)
 - Updated the app launcher for Downloader app update
 - Changed the Amazon Music button colors

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 8, 2024
1 parent 9cd959a commit 6b880ee
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 18 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.1';
const HAFiremoteVersion = 'v3.4.2';

import {LitElement, html, css, unsafeHTML, unsafeCSS} from './lit/lit-all.min.js';
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v3.4.1";
import {rosettaStone} from './language-translations.js?version=v3.4.1';
import {devices} from './supported-devices.js?version=v3.4.1';
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v3.4.2";
import {rosettaStone} from './language-translations.js?version=v3.4.2';
import {devices} from './supported-devices.js?version=v3.4.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 6b880ee

Please sign in to comment.