mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"domain": "prowl",
|
|
"name": "Prowl",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/prowl",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["prowl"],
|
|
"requirements": ["prowlpy==1.1.5"]
|
|
}
|