Skip to content

Commit

Permalink
Block variable <=3.4.4 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 05ce3d3 commit 38a4467
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 @@ -114,6 +114,11 @@ class BlockedIntegration:
"places": BlockedIntegration(
AwesomeVersion("2.7.1"), "prevents recorder from working"
),
# Added in 2024.7.2 because of
# https://github.com/enkama/hass-variables/issues/120
"variable": BlockedIntegration(
AwesomeVersion("3.4.4"), "prevents recorder from working"
),
}

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

0 comments on commit 38a4467

Please sign in to comment.