diff --git a/homeassistant/loader.py b/homeassistant/loader.py index c790370b3fc..8afbf3c5124 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -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"