Skip to content

Commit

Permalink
Homatics Support
Browse files Browse the repository at this point in the history
v4.1.0

Support for Homatics media players is finally here!
https://www.youtube.com/watch?v=AggYjQ4vI-U

What's New:
 - Homatics Support (#514)
 - Launcher for ICI TOU.TV (closes #512)
 - Launcher for Noovo (closes #513)
 - Launcher for ZINEMA 5.0 (closes #515)
 - Launcher for HDO BOX (closes #515)
 - Launcher for Sky Go (closes #518)
 - Apple TV Launcher for Waipu.tv (closes #522)
 - Updated launcher command for Prime Video on FireTV (closes #523)
 - Launcher for Clipious (closes #526)
 - onn. launcher for SmartTube (closes #527)
 - New logo for philo
 - Several App launcher command updates

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 18, 2024
1 parent 579b58d commit d12dc38
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 6 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.0b4';
const HAFiremoteVersion = 'v4.1.0';

import {LitElement, html, css, unsafeHTML, unsafeCSS, styleMap} from './lit/lit-all.min.js';
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';
import {launcherData, launcherCSS} from "./launcher-buttons.js?version=v4.1.0";
import {rosettaStone} from './language-translations.js?version=v4.1.0';
import {devices} from './supported-devices.js?version=v4.1.0';

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
47 changes: 45 additions & 2 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 d12dc38

Please sign in to comment.