mirror of
https://github.com/home-assistant/core.git
synced 2026-09-15 02:35:36 -05:00
* Update to new library version * Remove test for removed send_encrypted function * Bump simplepush to 2.1.1
11 lines
285 B
JSON
11 lines
285 B
JSON
{
|
|
"domain": "simplepush",
|
|
"name": "Simplepush",
|
|
"documentation": "https://www.home-assistant.io/integrations/simplepush",
|
|
"requirements": ["simplepush==2.1.1"],
|
|
"codeowners": ["@engrbm87"],
|
|
"config_flow": true,
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["simplepush"]
|
|
}
|