1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Fix AMP block (#127424)

Fix Alexa block
This commit is contained in:
Joost Lekkerkerker
2024-10-03 14:15:27 +02:00
committed by GitHub
parent 59e486848c
commit 4aedf662e9

View File

@@ -122,7 +122,7 @@ BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = {
# 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"
AwesomeVersion("4.13.4"), "crashes Home Assistant"
),
}