Minor fixes.

This commit is contained in:
Dermot Duffy
2024-01-28 20:53:04 -08:00
parent d3260d516c
commit dd01c0089e
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
// TODO: menu in hover mode, hold down microphone, should be momentary, appears to stick on?
import { import {
fireEvent, fireEvent,
HomeAssistant, HomeAssistant,
@@ -71,7 +71,7 @@ const createPlugin = (options?: AutoMediaActionsOptionsType): AutoMediaActionsTy
}); });
}; };
export const callMicrophoneListener = ( const callMicrophoneListener = (
microphoneManager: ReadonlyMicrophoneManager, microphoneManager: ReadonlyMicrophoneManager,
action: MicrophoneManagerListenerChange, action: MicrophoneManagerListenerChange,
n = 0, n = 0,