Add hassfest requirements validation (#39329)
This commit is contained in:
parent
41abc08d63
commit
8eed7110a1
4 changed files with 190 additions and 1 deletions
|
@ -27,6 +27,7 @@ class Config:
|
|||
specific_integrations: Optional[pathlib.Path] = attr.ib()
|
||||
root: pathlib.Path = attr.ib()
|
||||
action: str = attr.ib()
|
||||
requirements: bool = attr.ib()
|
||||
errors: List[Error] = attr.ib(factory=list)
|
||||
cache: Dict[str, Any] = attr.ib(factory=dict)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue