Skip to content

Commit

Permalink
Fix error for stt when async_get_engine is not implemented (#95443)
Browse files Browse the repository at this point in the history
* Fix error for stt

* Revert "Fix error for stt"

This reverts commit 723cd19.

* Remove legacy stt platform component
  • Loading branch information
jbouwh committed Jun 28, 2023
1 parent 489781c commit 0a74bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/demo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

COMPONENTS_WITH_DEMO_PLATFORM = [
Platform.TTS,
Platform.STT,
Platform.MAILBOX,
Platform.NOTIFY,
Platform.IMAGE_PROCESSING,
Expand Down

0 comments on commit 0a74bff

Please sign in to comment.