From 0eec6447e470df741385ca899f13569198dacb15 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 3 Oct 2024 13:43:48 +0200 Subject: [PATCH] Block Alexa Media Player v4.13.3 (#127412) --- homeassistant/loader.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/homeassistant/loader.py b/homeassistant/loader.py index ae42bfb369b..d6429f96277 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -119,6 +119,11 @@ 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.3"), "crashes Home Assistant" + ), } DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(