Skip to content

Commit de683b4

Browse files
committed
New Year, New App Launchers - Part 3
v4.1.8 This is the third release from my holiday backlog. I appreciate your continued patience. Find the full launcher list here https://github.com/PRProd/HA-Firemote/wiki/Firemote-App-Launchers What's New: - App Launcher for FreeTV (closes #401) - App Launcher for IP Cam Viewer Free (closes #576) - App Launcher for DIRTVision (closes #595) - App Launcher for sport tv (closes #610) - App Launcher for Cartoon Network (closes #612) - Roku Launcher for Spectrum TV (closes #618) Updates: - Launcher code for Foxtel (closes #620) Can't see these changes after updating? Visit this link: https://github.com/PRProd/HA-Firemote/wiki/Force-a-Refresh
1 parent 77924a5 commit de683b4

File tree

2 files changed

+227
-11
lines changed

2 files changed

+227
-11
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.7';
1+
const HAFiremoteVersion = 'v4.1.8';
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.7";
5-
import {rosettaStone} from './language-translations.js?version=v4.1.7';
6-
import {devices} from './supported-devices.js?version=v4.1.7';
4+
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.8";
5+
import {rosettaStone} from './language-translations.js?version=v4.1.8';
6+
import {devices} from './supported-devices.js?version=v4.1.8';
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)