Skip to content

Commit 218b7bf

Browse files
committed
October 2024 App Launchers
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
1 parent d12dc38 commit 218b7bf

File tree

2 files changed

+107
-6
lines changed

2 files changed

+107
-6
lines changed

dist/HA-Firemote.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
const HAFiremoteVersion = 'v4.1.0';
1+
const HAFiremoteVersion = 'v4.1.1';
22

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

88
console.groupCollapsed("%c 🔥 FIREMOTE-CARD 🔥 %c "+HAFiremoteVersion+" installed ", "color: orange; font-weight: bold; background: black", "color: green; font-weight: bold;"),
99
console.log("Readme:", "https://github.com/PRProd/HA-Firemote"),

0 commit comments

Comments
 (0)