Skip to content

Commit

Permalink
3 New Apps
Browse files Browse the repository at this point in the history
v4.0.1

What's New:
 - App Launcher for Odeon (closes #492)
 - App Launcher for btvApp (closes #493)
 - App Launcher for 13News Now - WVEC (closes #494)

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 Aug 31, 2024
1 parent 3a1c570 commit 8b1390c
Show file tree
Hide file tree
Showing 2 changed files with 102 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 = 'v4.0.0';
const HAFiremoteVersion = 'v4.0.1';

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

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
98 changes: 98 additions & 0 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 8b1390c

Please sign in to comment.