Updated HACS and also fixed Garadget #727

This commit is contained in:
ccostan
2020-04-09 21:29:27 -04:00
parent 51aab60dea
commit e6e0d442e9
65 changed files with 1510 additions and 1047 deletions

4
config/custom_components/hacs/hacsbase/exceptions.py Executable file → Normal file
View File

@@ -3,3 +3,7 @@
class HacsException(Exception):
"""Super basic."""
class HacsExpectedException(HacsException):
"""For stuff that are expected."""