Skip to content

Commit 1fdcff1

Browse files
authored
Update fast-search-card.js
1 parent d083add commit 1fdcff1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/fast-search-card.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8158,6 +8158,9 @@ class FastSearchCard extends HTMLElement {
81588158
const userId = this._hass.user?.id || 'unknown';
81598159
const labelId = `fav-${userId}`;
81608160

8161+
console.log('🐛 DEBUG AUTO: userId:', userId);
8162+
console.log('🐛 DEBUG AUTO: labelId:', labelId);
8163+
81618164
await this._hass.callWS({
81628165
type: 'config/label_registry/create',
81638166
name: labelId,

0 commit comments

Comments
 (0)