Skip to content

Commit d7edf4d

Browse files
committed
New Year, New App Launchers
v4.1.6 I hope everybody had a great holiday! I took some time away, so many of these requests are being fulfilled later than I usually complete them. I appreciate your patience as I continue to work through the backlog. Find the full launcher list here https://github.com/PRProd/HA-Firemote/wiki/Firemote-App-Launchers What's New: - Additional launchers added for skySHOWTIME (closes #577) - App Launcher for Peivo Media (closes #578) - App Launcher for Magenta Sport (closes #580) - Launcher Update for Tennis Channel US (closes #584) - App Launcher for Teleboy TV (closes #585) - App Launcher and updates for DGO (PR #587) - Launcher Update for Dropout (PR #597) Can't see these changes after updating? Visit this link: https://github.com/PRProd/HA-Firemote/wiki/Force-a-Refresh
1 parent 39eab85 commit d7edf4d

File tree

2 files changed

+155
-15
lines changed

2 files changed

+155
-15
lines changed

dist/HA-Firemote.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
const HAFiremoteVersion = 'v4.1.5';
1+
const HAFiremoteVersion = 'v4.1.6';
22

33
import {LitElement, html, css, unsafeHTML, unsafeCSS, styleMap} from './lit/lit-all.min.js';
4-
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.5";
5-
import {rosettaStone} from './language-translations.js?version=v4.1.5';
6-
import {devices} from './supported-devices.js?version=v4.1.5';
4+
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.6";
5+
import {rosettaStone} from './language-translations.js?version=v4.1.6';
6+
import {devices} from './supported-devices.js?version=v4.1.6';
77

88
console.groupCollapsed("%c 🔥 FIREMOTE-CARD 🔥 %c "+HAFiremoteVersion+" installed ", "color: orange; font-weight: bold; background: black", "color: green; font-weight: bold;"),
99
console.log("Readme:", "https://github.com/PRProd/HA-Firemote"),

0 commit comments

Comments
 (0)