Skip to content

Commit

Permalink
New Year, New App Launchers - Part 3
Browse files Browse the repository at this point in the history
v4.1.8

This is the third release from my holiday backlog.  I appreciate your
continued patience.

Find the full launcher list here
https://github.com/PRProd/HA-Firemote/wiki/Firemote-App-Launchers

What's New:
 - App Launcher for FreeTV (closes #401)
 - App Launcher for IP Cam Viewer Free (closes #576)
 - App Launcher for DIRTVision (closes #595)
 - App Launcher for sport tv (closes #610)
 - App Launcher for Cartoon Network (closes #612)
 - Roku Launcher for Spectrum TV (closes #618)

Updates:
 - Launcher code for Foxtel (closes #620)

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 Jan 9, 2025
1 parent 77924a5 commit de683b4
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 11 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.7';
const HAFiremoteVersion = 'v4.1.8';

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

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 de683b4

Please sign in to comment.