1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 22:06:25 +00:00
Files
core/homeassistant/components/pushover/manifest.json
2025-12-28 18:11:31 +01:00

12 lines
323 B
JSON

{
"domain": "pushover",
"name": "Pushover",
"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"]
}