Skip to content

Commit

Permalink
Block places <=2.7.0 custom integration from breaking the recorder (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 10, 2024
1 parent ac3eecc commit 9c83af3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homeassistant/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ class BlockedIntegration:
"icloud3": BlockedIntegration(
AwesomeVersion("3.0.5.3"), "prevents recorder from working"
),
# Added in 2024.7.2 because of
# https://github.com/custom-components/places/issues/289
"places": BlockedIntegration(
AwesomeVersion("2.7.1"), "prevents recorder from working"
),
}

DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(
Expand Down

0 comments on commit 9c83af3

Please sign in to comment.