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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
),
}