Block older versions of custom integration mydolphin_plus since they cause crashes (#117751)

This commit is contained in:
J. Nick Koston 2024-05-19 21:45:52 -10:00 committed by GitHub
parent fe769c4527
commit d11003ef12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,6 +95,11 @@ BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = {
"dreame_vacuum": BlockedIntegration(
AwesomeVersion("1.0.4"), "crashes Home Assistant"
),
# Added in 2024.5.5 because of
# https://github.com/sh00t2kill/dolphin-robot/issues/185
"mydolphin_plus": BlockedIntegration(
AwesomeVersion("1.0.13"), "crashes Home Assistant"
),
}
DATA_COMPONENTS: HassKey[dict[str, ModuleType | ComponentProtocol]] = HassKey(