Skip to content

Commit

Permalink
Block icloud3 custom integration from breaking the recorder (#121658)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 10, 2024
1 parent fd0c26c commit ec0910e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions homeassistant/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ class BlockedIntegration:
"mydolphin_plus": BlockedIntegration(
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(
Expand Down

0 comments on commit ec0910e

Please sign in to comment.