Skip to content

Commit

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

What's New:
 - App launcher for NOVA Video Player (closes #406)
 - App launcher for CANAL+ (closes #408)
 - Added Apple TV and Chromecast launchers for crave (#410)
 - Added Shield, Onn, and Xiaomi launchers for crave

Fixes / Changes:
 - Updated launcher for Sportsnet app update (closes #407)
 - Optimized SVG log for crave

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 21, 2024
1 parent 43b8258 commit 4ffccdd
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 13 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.2';
const HAFiremoteVersion = 'v3.4.3';

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

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 4ffccdd

Please sign in to comment.