mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 01:05:21 +01:00
11 lines
290 B
JSON
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"]
|
|
}
|