Block Alexa Media Player v4.13.3 (#127412)

This commit is contained in:
Joost Lekkerkerker 2024-10-03 13:43:48 +02:00 committed by GitHub
parent 13d72ac833
commit 0eec6447e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(