Skip to content

Commit

Permalink
July 2024 Launcher Updates
Browse files Browse the repository at this point in the history
v3.4.10

What's New:
 - App launcher for ArchiTV for Archillect (closes #457)
 - App launcher for Hayu (#456)
 - App launcher for B tv (closes #448)

What's Changed:
 - Updated Philo launch shortcut (closes #458)

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 Jul 3, 2024
1 parent 3590db1 commit 906b1f1
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 8 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 = 'v3.4.9';
const HAFiremoteVersion = 'v3.4.10';

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

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
96 changes: 92 additions & 4 deletions 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 906b1f1

Please sign in to comment.