From 726870b8292bd45de09f12c9f49495c06708b558 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:09:07 +0100 Subject: [PATCH] Add py_vapid to requirements in HTML5 integration (#163165) --- homeassistant/components/html5/manifest.json | 2 +- requirements_all.txt | 3 +++ requirements_test_all.txt | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/html5/manifest.json b/homeassistant/components/html5/manifest.json index 59a755cbf06..1ef261d201d 100644 --- a/homeassistant/components/html5/manifest.json +++ b/homeassistant/components/html5/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://www.home-assistant.io/integrations/html5", "iot_class": "cloud_push", "loggers": ["http_ece", "py_vapid", "pywebpush"], - "requirements": ["pywebpush==2.3.0"], + "requirements": ["pywebpush==2.3.0", "py_vapid==1.9.4"], "single_config_entry": true } diff --git a/requirements_all.txt b/requirements_all.txt index 1c887daba65..068635d57f4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1902,6 +1902,9 @@ pyW800rf32==0.4 # homeassistant.components.ccm15 py_ccm15==0.1.2 +# homeassistant.components.html5 +py_vapid==1.9.4 + # homeassistant.components.ads pyads==3.4.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6dec065ebda..f79d9c975ee 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1636,6 +1636,9 @@ pyW215==0.8.0 # homeassistant.components.ccm15 py_ccm15==0.1.2 +# homeassistant.components.html5 +py_vapid==1.9.4 + # homeassistant.components.hisense_aehw4a1 pyaehw4a1==0.3.9