Updated HACS and also added in Wyze Thermometer

This commit is contained in:
ccostan
2020-05-16 10:34:10 -04:00
parent a7679ff15e
commit 776db75270
13 changed files with 48 additions and 42 deletions

View File

@@ -49,7 +49,7 @@ def constrain_translations():
"""Check if traslations exist."""
hacs = get_hacs()
if not os.path.exists(
f"{hacs.system.config_path}/custom_components/hacs/.translations"
f"{hacs.system.config_path}/custom_components/hacs/translations"
):
hacs.logger.critical("You are missing the translations directory.")
return False