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 {
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user