Skip to content

Commit

Permalink
New Year, New App Launchers
Browse files Browse the repository at this point in the history
v4.1.6

I hope everybody had a great holiday!  I took some time away, so many of
these requests are being fulfilled later than I usually complete them.
I appreciate your patience as I continue to work through the backlog.

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

What's New:
 - Additional launchers added for skySHOWTIME (closes #577)
 - App Launcher for Peivo Media (closes #578)
 - App Launcher for Magenta Sport (closes #580)
 - Launcher Update for Tennis Channel US (closes #584)
 - App Launcher for Teleboy TV (closes #585)
 - App Launcher and updates for DGO (PR #587)
 - Launcher Update for Dropout (PR #597)

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 3, 2025
1 parent 39eab85 commit d7edf4d
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 15 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.5';
const HAFiremoteVersion = 'v4.1.6';

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

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 d7edf4d

Please sign in to comment.