Adjust content-trust core version (#2923)

This commit is contained in:
Pascal Vizeli 2021-05-31 11:48:37 +02:00 committed by GitHub
parent 4c7ba20a58
commit b425d21d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ from ..homeassistant.const import LANDINGPAGE
from .interface import CommandReturn, DockerInterface from .interface import CommandReturn, DockerInterface
_LOGGER: logging.Logger = logging.getLogger(__name__) _LOGGER: logging.Logger = logging.getLogger(__name__)
_VERIFY_TRUST: AwesomeVersion = AwesomeVersion("2021.1.0") _VERIFY_TRUST: AwesomeVersion = AwesomeVersion("2021.5.0")
_HASS_DOCKER_NAME: str = "homeassistant" _HASS_DOCKER_NAME: str = "homeassistant"