mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Add hassfest requirements validation (#39329)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user