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 061e210 commit c961a47Copy full SHA for c961a47
dist/fast-search-card.js
@@ -12406,6 +12406,10 @@ class FastSearchCard extends HTMLElement {
12406
12407
// ⏸️ SMART PAUSE PLAYER (Hierarchie mit Fallbacks)
12408
async smartPausePlayer(entityId) {
12409
+ // Temporär zum Debugging - fügen Sie das in smartPausePlayer() ganz oben hinzu:
12410
+ console.log('🔍 Available services:', Object.keys(this._hass.services));
12411
+ console.log('🔍 Music Assistant services:', this._hass.services.music_assistant);
12412
+
12413
console.log('⏸️ Smart pausing player...');
12414
12415
const pauseMethods = [
0 commit comments