Skip to content

Commit 20da404

Browse files
committed
December 2024 app launchers
v4.1.5 This version contains new and updated App Launchers Find the full launcher list here https://github.com/PRProd/HA-Firemote/wiki/Firemote-App-Launchers What's New: - App Launcher for Now (IT) (closes #559) - Alt App Launcher Discovery+ (closes #559) - Chromecast App Launcher for MagentaTV (closes #581 and #563) - App Launcher for IP Camera Viewer - Basic (closes #567) - Appple TV Launcher for Кинопоиск (closes #570) - App Launcher for TV Browser (closes #571) - App Launcher for Seasons4U (closes #573) - App Launcher for DAKboard (#576) Can't see these changes after updating? Visit this link: https://github.com/PRProd/HA-Firemote/wiki/Force-a-Refresh
1 parent adc9bf6 commit 20da404

File tree

2 files changed

+186
-24
lines changed

2 files changed

+186
-24
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.4';
1+
const HAFiremoteVersion = 'v4.1.5';
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.4";
5-
import {rosettaStone} from './language-translations.js?version=v4.1.4';
6-
import {devices} from './supported-devices.js?version=v4.1.4';
4+
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.5";
5+
import {rosettaStone} from './language-translations.js?version=v4.1.5';
6+
import {devices} from './supported-devices.js?version=v4.1.5';
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)