Remove unused hassfest helper (#82123)
This commit is contained in:
parent
682187541f
commit
35c1604ea7
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
"""Helpers to deal with manifests."""
|
||||
import json
|
||||
import pathlib
|
||||
|
||||
component_dir = pathlib.Path("homeassistant/components")
|
||||
|
||||
|
||||
def iter_manifests():
|
||||
"""Iterate over all available manifests."""
|
||||
manifests = [
|
||||
json.loads(fil.read_text()) for fil in component_dir.glob("*/manifest.json")
|
||||
]
|
||||
return sorted(manifests, key=lambda man: man["domain"])
|
Loading…
Add table
Reference in a new issue