Fix error for stt when async_get_engine is not implemented (#95443)

* Fix error for stt

* Revert "Fix error for stt"

This reverts commit 723cd191fe.

* Remove legacy stt platform component
This commit is contained in:
Jan Bouwhuis 2023-06-28 15:27:06 +02:00 committed by GitHub
parent 489781c1e6
commit 0a74bffe67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,6 @@ COMPONENTS_WITH_CONFIG_ENTRY_DEMO_PLATFORM = [
COMPONENTS_WITH_DEMO_PLATFORM = [
Platform.TTS,
Platform.STT,
Platform.MAILBOX,
Platform.NOTIFY,
Platform.IMAGE_PROCESSING,