mirror of
https://github.com/home-assistant/core.git
synced 2026-02-28 22:06:25 +00:00
12 lines
323 B
JSON
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"]
|
|
}
|