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 d9c81ed commit 4b305d2Copy full SHA for 4b305d2
dist/fast-search-card.js
@@ -8404,7 +8404,7 @@ class FastSearchCard extends HTMLElement {
8404
8405
// SVG aus Light Turn-Off Button holen
8406
getLightOffSVG() {
8407
- const lightHTML = this.();
+ const lightHTML = this.getLightTimerPresets(); // ← Das war leer!
8408
const match = lightHTML.match(/data-action="turn_off"[^>]*>(.*?)<\/button>/s);
8409
if (match) {
8410
const svgMatch = match[1].match(/<svg[^>]*>.*?<\/svg>/s);
0 commit comments