You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
420 B
10 lines
420 B
"""Constants for HACS""" |
|
# pylint: disable=unused-import |
|
STORAGE_VERSION = "6" |
|
STORENAME = "hacs" |
|
|
|
# Messages |
|
NOT_SUPPORTED_HA_VERSION = "You have version '{}' of Home Assistant, but version '{}' of '{}' require version '{}' of Home Assistant, install and upgrades are disabled for this integration untill you upgrade Home Assistant." |
|
|
|
|
|
NO_ELEMENTS = "No elements to show, open the store to install some awesome stuff."
|
|
|