Skip to content

Commit

Permalink
June 2024 Launcher Updates 2
Browse files Browse the repository at this point in the history
v3.4.8

What's New:
 - App launcher for Fandango at Home (closes #438)
 - App launcher for NBA (closes #439)

What's Changed:
 - Launchers for Chromecast increased from 6 to 8 (closes #436)
 - Magenta TV Apple TV launcher adjusted for new version (closes #437)
 - Launchers for Roku Voice remote Pro increased from 8 to 10 (#438)
 - Launchers for TCL Roku TV remote increased from 6 to 8 (#438)

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 Jun 10, 2024
1 parent 41032d2 commit b3406f6
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dist/HA-Firemote.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const HAFiremoteVersion = 'v3.4.7';
const HAFiremoteVersion = 'v3.4.8';

import {LitElement, html, css, unsafeHTML, unsafeCSS} from './lit/lit-all.min.js';
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v3.4.7";
import {rosettaStone} from './language-translations.js?version=v3.4.7';
import {devices} from './supported-devices.js?version=v3.4.7';
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v3.4.8";
import {rosettaStone} from './language-translations.js?version=v3.4.8';
import {devices} from './supported-devices.js?version=v3.4.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 All @@ -28,9 +28,9 @@ var appmap = new Map(Object.entries(launcherData));
const translationmap = new Map(Object.entries(rosettaStone));

// Set the max number of app launcher buttons for each remote style
const appButtonMax = { "AF4": 6, "AF5": 6, "AF6": 6, "AFJTV": 6, "AR1": 10, "AR2": 8, "AR3": 8, "CC1": 6, "NS2": 6,
"ON1": 8, "ON2": 8, "RVRP": 8, "RHR": 10, "RTR": 6, "RWR": 10, "RVR": 10, "RSR": 10,
"XM1": 10, "XM2": 10, "AL1": appmap.size, "AL2": appmap.size,};
const appButtonMax = { "AF4": 6, "AF5": 6, "AF6": 6, "AFJTV": 6, "AR1": 10, "AR2": 8, "AR3": 8, "CC1": 8, "NS2": 6,
"ON1": 8, "ON2": 8, "RVRP": 10, "RHR": 10, "RTR": 8, "RWR": 10, "RVR": 10, "RSR": 10,
"XM1": 10, "XM2": 10, "AL1": appmap.size, "AL2": appmap.size,};


function deviceAttributeQuery(deviceAttribute, configvar){
Expand Down
82 changes: 81 additions & 1 deletion dist/launcher-buttons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3406f6

Please sign in to comment.