Set minimum HA version to 2021.2.0 (#2076)

This commit is contained in:
Joakim Sørensen
2021-06-06 16:48:49 +02:00
committed by GitHub
parent ad6bd11f1c
commit cce6f69236
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ NAME_SHORT = "HACS"
INTEGRATION_VERSION = "main"
DOMAIN = "hacs"
CLIENT_ID = "395a8e669c5de9f7c6e8"
MINIMUM_HA_VERSION = "2020.12.0"
MINIMUM_HA_VERSION = "2021.2.0"
PROJECT_URL = "https://github.com/hacs/integration/"
CUSTOM_UPDATER_LOCATIONS = [
"{}/custom_components/custom_updater.py",