Skip to content

Commit

Permalink
Update assist-pipeline-detail-wakeword.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Sep 25, 2023
1 parent 073d6d9 commit 6caeb85
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export class AssistPipelineDetailWakeWord extends LitElement {
private async _fetchWakeWords() {
if (!this.data?.wake_word_entity) {
this._wakeWords = undefined;
// eslint-disable-next-line no-useless-return
return;
}
// to be implemented
// this._wakeWords = await fetchWakeWords(this.hass, this.data.wake_word_entity);
Expand Down

0 comments on commit 6caeb85

Please sign in to comment.