From 0a74bffe672e202beb8b14fec3614460e15607a2 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Wed, 28 Jun 2023 15:27:06 +0200 Subject: [PATCH] Fix error for stt when async_get_engine is not implemented (#95443) * Fix error for stt * Revert "Fix error for stt" This reverts commit 723cd191fed26b89203a7ec8b78b15f3ae9d9ab9. * Remove legacy stt platform component --- homeassistant/components/demo/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/demo/__init__.py b/homeassistant/components/demo/__init__.py index 48ee7cf852f..246c952e219 100644 --- a/homeassistant/components/demo/__init__.py +++ b/homeassistant/components/demo/__init__.py @@ -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,