Skip to content

Commit

Permalink
October 2024 App Launchers
Browse files Browse the repository at this point in the history
v4.1.1

What's New:
 - App Launcher for B.TV (fr) (closes #528)
 - App launcher for tinyCam Monitor PRO (closes #529)
 - App Launcher for IPCams (closes #530)
 - Shield Launcher for Telus TV+ (closes #531)
 - App Launcher for PlanetaPL TV (closes #532)
 - Chromecast launcher and icon for ICI Tou.tv (closes #534)

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 Oct 27, 2024
1 parent d12dc38 commit 218b7bf
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 6 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.0';
const HAFiremoteVersion = 'v4.1.1';

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

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 218b7bf

Please sign in to comment.