mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Block icloud3 custom integration from breaking the recorder (#121658)
This commit is contained in:
parent
30b5297fde
commit
65e03f952a
@ -102,6 +102,13 @@ BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = {
|
|||||||
"mydolphin_plus": BlockedIntegration(
|
"mydolphin_plus": BlockedIntegration(
|
||||||
AwesomeVersion("1.0.13"), "crashes Home Assistant"
|
AwesomeVersion("1.0.13"), "crashes Home Assistant"
|
||||||
),
|
),
|
||||||
|
# Added in 2024.7.2 because of
|
||||||
|
# https://github.com/gcobb321/icloud3/issues/349
|
||||||
|
# Note: Current version 3.0.5.2, the fixed version is a guesstimate,
|
||||||
|
# as no solution is available at time of writing.
|
||||||
|
"icloud3": BlockedIntegration(
|
||||||
|
AwesomeVersion("3.0.5.3"), "prevents recorder from working"
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(
|
DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user