Fix AMP block (#127424)

Fix Alexa block
pull/127437/head
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
1 changed files with 1 additions and 1 deletions

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