mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Block variable <=3.4.4 custom integration from breaking the recorder (#121670)
This commit is contained in:
parent
1925614a14
commit
42dcd693d5
@ -114,6 +114,11 @@ BLOCKED_CUSTOM_INTEGRATIONS: dict[str, 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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user