Skip to content

Commit

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

What's New:
 - App launcher for Cloudstream prerelease (closes #450)
 - App launcher for Cloudstream (#450)
 - App launcher for ScreenCloud (closes #445)
 - App launcher for Swisscom blue TV (closes #443)
 - App launcher for YouCine (closes #444)

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 25, 2024
1 parent b3406f6 commit 3590db1
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 4 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.8';
const HAFiremoteVersion = 'v3.4.9';

import {LitElement, html, css, unsafeHTML, unsafeCSS} from './lit/lit-all.min.js';
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';
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';

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 3590db1

Please sign in to comment.