updating to latest
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from custom_components.hacs.validate.base import (
|
||||
ActionValidationBase,
|
||||
ValidationException,
|
||||
)
|
||||
|
||||
|
||||
class RepositoryDescription(ActionValidationBase):
|
||||
def check(self):
|
||||
if not self.repository.data.description:
|
||||
raise ValidationException("The repository has no description")
|
||||
Reference in New Issue
Block a user