From 64f2fa42fcdebe15d8e1dffdc46d8ab4ecc493d4 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:56:37 +0200 Subject: [PATCH] Add integration type service to HTML5 Push notifications (#169015) --- homeassistant/components/html5/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- script/hassfest/integration_type.py | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/html5/manifest.json b/homeassistant/components/html5/manifest.json index b958ab46461..9a71b05e348 100644 --- a/homeassistant/components/html5/manifest.json +++ b/homeassistant/components/html5/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/html5", + "integration_type": "service", "iot_class": "cloud_push", "loggers": ["http_ece", "py_vapid", "pywebpush"], "requirements": ["pywebpush==2.3.0", "py_vapid==1.9.4"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index f7466b5891b..255df4ec480 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3004,7 +3004,7 @@ }, "html5": { "name": "HTML5 Push Notifications", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_push", "single_config_entry": true diff --git a/script/hassfest/integration_type.py b/script/hassfest/integration_type.py index e9d13a85b05..3d29a9af0eb 100644 --- a/script/hassfest/integration_type.py +++ b/script/hassfest/integration_type.py @@ -37,7 +37,6 @@ MISSING_INTEGRATION_TYPE = { "gree", "holiday", "homekit", - "html5", "ifttt", "influxdb", "ios",