Add integration_type service to pushover (#159897)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 18:11:31 +01:00
committed by GitHub
parent 9e68800564
commit 07ef6110ca
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@engrbm87"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/pushover",
"integration_type": "service",
"iot_class": "cloud_push",
"loggers": ["pushover_complete"],
"requirements": ["pushover_complete==1.2.0"]

View File

@@ -5296,7 +5296,7 @@
},
"pushover": {
"name": "Pushover",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_push"
},