From 20e3291eb96cea3cbf7c48fb31e4cdd35996f8b0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 4 Oct 2024 13:13:18 +0200 Subject: [PATCH] Revert Alexa Media Player block (#127553) --- homeassistant/loader.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/homeassistant/loader.py b/homeassistant/loader.py index 531f7d50ec1..dd38271070d 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -119,11 +119,6 @@ BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = { "variable": BlockedIntegration( AwesomeVersion("3.4.4"), "prevents recorder from working" ), - # Added in 2024.10.1 because of - # https://github.com/alandtse/alexa_media_player/issues/2579 - "alexa_media": BlockedIntegration( - AwesomeVersion("4.13.4"), "crashes Home Assistant" - ), } DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(