Fix issue with VERSION const (#1777)

This commit is contained in:
Joakim Sørensen
2021-01-02 17:01:51 +01:00
committed by GitHub
parent adf9302662
commit 0577995302
7 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
"""Constants for HACS"""
NAME_LONG = "HACS (Home Assistant Community Store)"
NAME_SHORT = "HACS"
VERSION = "main"
INTEGRATION_VERSION = "main"
DOMAIN = "hacs"
CLIENT_ID = "395a8e669c5de9f7c6e8"
MINIMUM_HA_VERSION = "2020.12.0"
@ -41,7 +41,7 @@ STARTUP = f"""
-------------------------------------------------------------------
HACS (Home Assistant Community Store)
Version: {VERSION}
Version: {INTEGRATION_VERSION}
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues