mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Allow start_time >= 1.1.7 (#112500)
This commit is contained in:
parent
1daaffc01f
commit
ffcb06beb9
@ -92,7 +92,7 @@ class BlockedIntegration:
|
|||||||
|
|
||||||
BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = {
|
BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = {
|
||||||
# Added in 2024.3.0 because of https://github.com/home-assistant/core/issues/112464
|
# 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"
|
DATA_COMPONENTS = "components"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user