We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b3800 commit c62f736Copy full SHA for c62f736
dist/fast-search-card.js
@@ -8353,7 +8353,7 @@ class FastSearchCard extends HTMLElement {
8353
case 'media_player':
8354
return this.getMediaTimerPresets();
8355
case 'cover':
8356
- return this.getCoverTimerPresets();
+ return this.getCoverTimerPresets(item);
8357
case 'switch':
8358
return this.getSwitchTimerPresets();
8359
default:
@@ -8478,7 +8478,7 @@ class FastSearchCard extends HTMLElement {
8478
`;
8479
}
8480
8481
- getCoverTimerPresets() {
+ getCoverTimerPresets(item) {
8482
return `
8483
<button class="timer-control-preset" data-action="open" title="Öffnen">
8484
${this.getCoverActionSVG('open', item)}
0 commit comments