* Add task to install the requirements of an integration * Gather recursive requirements * Move valid_integration to util * Apply suggestions from code review Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> * Implement suggestions --------- Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
4 lines
99 B
Python
4 lines
99 B
Python
"""Script constants."""
|
|
from pathlib import Path
|
|
|
|
COMPONENT_DIR = Path("homeassistant/components")
|