mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 05:06:30 +00:00
Avoid sending backup start notification to HA Core 2021.12 (#3400)
This commit is contained in:
parent
8071b107e7
commit
c8b49aba42
@ -21,8 +21,8 @@ from .const import CLOSING_STATES, WSEvent, WSType
|
|||||||
|
|
||||||
MIN_VERSION = {
|
MIN_VERSION = {
|
||||||
WSType.SUPERVISOR_EVENT: "2021.2.4",
|
WSType.SUPERVISOR_EVENT: "2021.2.4",
|
||||||
WSType.BACKUP_START: "2021.12.0",
|
WSType.BACKUP_START: "2022.1.0",
|
||||||
WSType.BACKUP_END: "2021.12.0",
|
WSType.BACKUP_END: "2022.1.0",
|
||||||
}
|
}
|
||||||
|
|
||||||
_LOGGER: logging.Logger = logging.getLogger(__name__)
|
_LOGGER: logging.Logger = logging.getLogger(__name__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user