mirror of
https://github.com/hacs/integration.git
synced 2025-08-01 16:48:44 +00:00
Set minimum HA version to 2021.2.0 (#2076)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user