mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 13:44:32 +01:00
c741d9d045
* Update integrations to import issue_registry from helpers * Update tests
11 lines
285 B
JSON
11 lines
285 B
JSON
{
|
|
"domain": "simplepush",
|
|
"name": "Simplepush",
|
|
"documentation": "https://www.home-assistant.io/integrations/simplepush",
|
|
"requirements": ["simplepush==1.1.4"],
|
|
"codeowners": ["@engrbm87"],
|
|
"config_flow": true,
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["simplepush"]
|
|
}
|