mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* Use latest version of python-pushover (forked) to fix issue with different API tokens. (https://community.home-assistant.io/t/different-applications-in-pushover/6985) * Rewrite pushover notify to use pushover_complete library * Remove possibility to attach urls to notifications * Fix comment
9 lines
213 B
JSON
9 lines
213 B
JSON
{
|
|
"domain": "pushover",
|
|
"name": "Pushover",
|
|
"documentation": "https://www.home-assistant.io/integrations/pushover",
|
|
"requirements": ["pushover_complete==1.1.1"],
|
|
"dependencies": [],
|
|
"codeowners": []
|
|
}
|