Add plugin option [hassfest] (#65024)
This commit is contained in:
parent
2325cacb04
commit
f6c679699f
4 changed files with 34 additions and 3 deletions
|
@ -32,6 +32,7 @@ class Config:
|
|||
requirements: bool = attr.ib()
|
||||
errors: list[Error] = attr.ib(factory=list)
|
||||
cache: dict[str, Any] = attr.ib(factory=dict)
|
||||
plugins: set[str] = attr.ib(factory=set)
|
||||
|
||||
def add_error(self, *args: Any, **kwargs: Any) -> None:
|
||||
"""Add an error."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue