Allow camera engines to signal events to the card.
This commit is contained in:
@@ -27,7 +27,7 @@ describe('GenericCameraManagerEngine', () => {
|
||||
|
||||
it('should initialize camera', async () => {
|
||||
const config = createGenericCameraConfig();
|
||||
const camera = await createEngine().initializeCamera(
|
||||
const camera = await createEngine().createCamera(
|
||||
createHASS(),
|
||||
mock<EntityRegistryManager>(),
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user