Skip to content

Commit

Permalink
Homatics Beta 2
Browse files Browse the repository at this point in the history
v4.1.0b2

What's New:
 - Hundreds of existing app launchers now available for Homatics
 - Launcher for ICI TOU.TV (#512)
 - Launcher for Noovo (#513)
 - Launcher for ZINEMA 5.0 (#515)
 - Launcher for HDO BOX ($515)
 - Launcher for Sky Go (#518)

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 9, 2024
1 parent b33c9ea commit 7bdb464
Show file tree
Hide file tree
Showing 2 changed files with 1,075 additions and 263 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.0b1';
const HAFiremoteVersion = 'v4.1.0b2';

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

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 7bdb464

Please sign in to comment.