mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
12 lines
318 B
JSON
12 lines
318 B
JSON
{
|
|
"domain": "simplepush",
|
|
"name": "Simplepush",
|
|
"codeowners": ["@engrbm87"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/simplepush",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["simplepush"],
|
|
"requirements": ["simplepush==2.2.3"]
|
|
}
|