Add option to use frontend PR artifact to frontend integration (#161291)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
Wendelin
2026-02-03 10:23:25 +01:00
committed by GitHub
parent d219056e9d
commit e6a60dfe50
11 changed files with 1066 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ classifiers = [
requires-python = ">=3.14.2"
dependencies = [
"aiodns==4.0.0",
# aiogithubapi is needed by frontend; frontend is unconditionally imported at
# module level in `bootstrap.py` and its requirements thus need to be in
# requirements.txt to ensure they are always installed
"aiogithubapi==24.6.0",
# Integrations may depend on hassio integration without listing it to
# change behavior based on presence of supervisor. Deprecated with #127228
# Lib can be removed with 2025.11