mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
Add components.http dependencies
This commit is contained in:
parent
93766b4a82
commit
412ca6cf52
1 changed files with 6 additions and 1 deletions
|
|
@ -18,7 +18,12 @@ for i, line in enumerate(lines):
|
|||
components = []
|
||||
packages = []
|
||||
|
||||
required = ["components.recorder", "components.mqtt", "components.zeroconf"]
|
||||
required = [
|
||||
"components.recorder",
|
||||
"components.mqtt",
|
||||
"components.zeroconf",
|
||||
"components.http",
|
||||
]
|
||||
to_install = []
|
||||
for r in required:
|
||||
to_install.extend(deps[r])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue