mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Allow start_time >= 1.1.7 (#112500)
This commit is contained in:
parent
5294b492fc
commit
b480b68e3e
@ -63,7 +63,7 @@ class BlockedIntegration:
|
||||
|
||||
BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = {
|
||||
# Added in 2024.3.0 because of https://github.com/home-assistant/core/issues/112464
|
||||
"start_time": BlockedIntegration(None, "breaks Home Assistant")
|
||||
"start_time": BlockedIntegration(AwesomeVersion("1.1.7"), "breaks Home Assistant")
|
||||
}
|
||||
|
||||
DATA_COMPONENTS = "components"
|
||||
|
Loading…
x
Reference in New Issue
Block a user