mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Revert Alexa Media Player block (#127553)
This commit is contained in:
parent
ebfa2fb1d0
commit
20e3291eb9
@ -119,11 +119,6 @@ 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.4"), "crashes Home Assistant"
|
||||
),
|
||||
}
|
||||
|
||||
DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(
|
||||
|
Loading…
x
Reference in New Issue
Block a user