1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-14 20:41:24 +01:00

Add integration type service to HTML5 Push notifications (#169015)

This commit is contained in:
Manu
2026-04-27 11:56:37 +02:00
committed by GitHub
parent 64c9a76fc8
commit 64f2fa42fc
3 changed files with 2 additions and 2 deletions
@@ -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"],
+1 -1
View File
@@ -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
-1
View File
@@ -37,7 +37,6 @@ MISSING_INTEGRATION_TYPE = {
"gree",
"holiday",
"homekit",
"html5",
"ifttt",
"influxdb",
"ios",