Skip to content

Commit 4b305d2

Browse files
authored
Update fast-search-card.js
1 parent d9c81ed commit 4b305d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/fast-search-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8404,7 +8404,7 @@ class FastSearchCard extends HTMLElement {
84048404

84058405
// SVG aus Light Turn-Off Button holen
84068406
getLightOffSVG() {
8407-
const lightHTML = this.();
8407+
const lightHTML = this.getLightTimerPresets(); // ← Das war leer!
84088408
const match = lightHTML.match(/data-action="turn_off"[^>]*>(.*?)<\/button>/s);
84098409
if (match) {
84108410
const svgMatch = match[1].match(/<svg[^>]*>.*?<\/svg>/s);

0 commit comments

Comments
 (0)