Allow start_time >= 1.1.7 (#112500)

This commit is contained in:
Erik Montnemery 2024-03-06 14:56:50 +01:00 committed by GitHub
parent 1daaffc01f
commit ffcb06beb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"