1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/components/pushover/manifest.json
2023-09-21 10:57:23 +02:00

11 lines
290 B
JSON

{
"domain": "pushover",
"name": "Pushover",
"codeowners": ["@engrbm87"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/pushover",
"iot_class": "cloud_push",
"loggers": ["pushover_complete"],
"requirements": ["pushover_complete==1.1.1"]
}