mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Allow start_time >= 1.1.7 (#112500)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user