Skip to content

Commit

Permalink
Quick patch
Browse files Browse the repository at this point in the history
v4.1.0b4

This quick patch is unrelated to the Homatics beta

What's Changed:
 - Updated launcher command for Prime Video on FireTV (#523)
 - New logo for philo

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 Oct 12, 2024
1 parent 187e365 commit 092a98b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0b3';
const HAFiremoteVersion = 'v4.1.0b4';

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

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
6 changes: 3 additions & 3 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 092a98b

Please sign in to comment.