This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
homeassistant-core
Watch
1
Star
0
Fork
0
forked from
home-assistant/core
Code
Pull Requests
Activity
Files
effd5b8dddafed1504e525afb034dcd88e8cdace
homeassistant-core
/
script
/
const.py
T
5 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Add task to install all requirements of an integration (
#108262
)
2024-01-18 22:11:02 +01:00
"""Script constants."""
from
pathlib
import
Path
COMPONENT_DIR
=
Path
(
"homeassistant/components"
)
Copy Permalink