mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 17:51:58 +00:00
* Update integrations to import issue_registry from helpers * Update tests
11 lines
290 B
JSON
11 lines
290 B
JSON
{
|
|
"domain": "pushover",
|
|
"name": "Pushover",
|
|
"documentation": "https://www.home-assistant.io/integrations/pushover",
|
|
"requirements": ["pushover_complete==1.1.1"],
|
|
"codeowners": ["@engrbm87"],
|
|
"config_flow": true,
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pushover_complete"]
|
|
}
|