diff --git a/supervisor/homeassistant/websocket.py b/supervisor/homeassistant/websocket.py index 2f1af1e5f..a0ab59774 100644 --- a/supervisor/homeassistant/websocket.py +++ b/supervisor/homeassistant/websocket.py @@ -21,8 +21,8 @@ from .const import CLOSING_STATES, WSEvent, WSType MIN_VERSION = { WSType.SUPERVISOR_EVENT: "2021.2.4", - WSType.BACKUP_START: "2021.12.0", - WSType.BACKUP_END: "2021.12.0", + WSType.BACKUP_START: "2022.1.0", + WSType.BACKUP_END: "2022.1.0", } _LOGGER: logging.Logger = logging.getLogger(__name__)