mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 02:58:23 +00:00
Block older versions of custom integration mydolphin_plus since they cause crashes (#117751)
This commit is contained in:
parent
8d24f68f55
commit
56b55a0df5
@ -96,6 +96,11 @@ BLOCKED_CUSTOM_INTEGRATIONS: dict[str, BlockedIntegration] = {
|
|||||||
"dreame_vacuum": BlockedIntegration(
|
"dreame_vacuum": BlockedIntegration(
|
||||||
AwesomeVersion("1.0.4"), "crashes Home Assistant"
|
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 = "components"
|
DATA_COMPONENTS = "components"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user