Skip to content

Commit

Permalink
Update type
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Aug 26, 2020
1 parent 5b1f56c commit dfcb574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/hassfest/model.py
Expand Up @@ -74,9 +74,9 @@ def domain(self) -> str:
return self.path.name

@property
def disabled(self) -> str:
def disabled(self) -> Optional[str]:
"""List of disabled."""
return self.manifest.get("disabled", None)
return self.manifest.get("disabled")

@property
def requirements(self) -> List[str]:
Expand Down

0 comments on commit dfcb574

Please sign in to comment.