Revert Alexa Media Player block (#127553)

pull/127563/head
Franck Nijhof 2024-10-04 13:13:18 +02:00 committed by GitHub
parent ebfa2fb1d0
commit 20e3291eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -119,11 +119,6 @@ BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = {
"variable": BlockedIntegration( "variable": BlockedIntegration(
AwesomeVersion("3.4.4"), "prevents recorder from working" 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.4"), "crashes Home Assistant"
),
} }
DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey( DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(