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:
@@ -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"],
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -37,7 +37,6 @@ MISSING_INTEGRATION_TYPE = {
|
||||
"gree",
|
||||
"holiday",
|
||||
"homekit",
|
||||
"html5",
|
||||
"ifttt",
|
||||
"influxdb",
|
||||
"ios",
|
||||
|
||||
Reference in New Issue
Block a user