diff --git a/homeassistant/components/mealie/const.py b/homeassistant/components/mealie/const.py index d75dc20d745f..c267a8a8d693 100644 --- a/homeassistant/components/mealie/const.py +++ b/homeassistant/components/mealie/const.py @@ -20,4 +20,4 @@ ATTR_NOTE_TEXT = "note_text" ATTR_SEARCH_TERMS = "search_terms" ATTR_RESULT_LIMIT = "result_limit" -MIN_REQUIRED_MEALIE_VERSION = AwesomeVersion("v2.0.0") +MIN_REQUIRED_MEALIE_VERSION = AwesomeVersion("v3.2.0") diff --git a/homeassistant/components/mealie/strings.json b/homeassistant/components/mealie/strings.json index fc491c63b527..6c5e79403e79 100644 --- a/homeassistant/components/mealie/strings.json +++ b/homeassistant/components/mealie/strings.json @@ -16,7 +16,7 @@ "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "ingress_url": "Ingress URLs are only used for accessing the Mealie UI. Use your Home Assistant IP address and the network port within the configuration tab of the Mealie app.", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", - "mealie_version": "Minimum required version is v2.0.0. Please upgrade Mealie and then retry.", + "mealie_version": "Minimum required version is v3.2.0. Please upgrade Mealie and then retry.", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": {