Allow start_time >= 1.1.7 (#112500)

This commit is contained in:
Erik Montnemery 2024-03-06 14:56:50 +01:00 committed by Franck Nijhof
parent 5294b492fc
commit b480b68e3e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -63,7 +63,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"