Skip to content

Commit

Permalink
December 2024 app launchers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
PRProd committed Dec 16, 2024
1 parent adc9bf6 commit 20da404
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 24 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.4';
const HAFiremoteVersion = 'v4.1.5';

import {LitElement, html, css, unsafeHTML, unsafeCSS, styleMap} from './lit/lit-all.min.js';
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.4";
import {rosettaStone} from './language-translations.js?version=v4.1.4';
import {devices} from './supported-devices.js?version=v4.1.4';
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.5";
import {rosettaStone} from './language-translations.js?version=v4.1.5';
import {devices} from './supported-devices.js?version=v4.1.5';

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 20da404

Please sign in to comment.