Minor fixes.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// TODO: menu in hover mode, hold down microphone, should be momentary, appears to stick on?
|
||||
|
||||
import {
|
||||
fireEvent,
|
||||
HomeAssistant,
|
||||
|
||||
@@ -71,7 +71,7 @@ const createPlugin = (options?: AutoMediaActionsOptionsType): AutoMediaActionsTy
|
||||
});
|
||||
};
|
||||
|
||||
export const callMicrophoneListener = (
|
||||
const callMicrophoneListener = (
|
||||
microphoneManager: ReadonlyMicrophoneManager,
|
||||
action: MicrophoneManagerListenerChange,
|
||||
n = 0,
|
||||
|
||||
Reference in New Issue
Block a user