mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Allow disabling integrations in manifest, block uuid package being installed and disable ezviz (#38444)
This commit is contained in:
@@ -73,6 +73,11 @@ class Integration:
|
||||
"""Integration domain."""
|
||||
return self.path.name
|
||||
|
||||
@property
|
||||
def disabled(self) -> Optional[str]:
|
||||
"""List of disabled."""
|
||||
return self.manifest.get("disabled")
|
||||
|
||||
@property
|
||||
def requirements(self) -> List[str]:
|
||||
"""List of requirements."""
|
||||
|
||||
Reference in New Issue
Block a user