mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
11 lines
272 B
JSON
11 lines
272 B
JSON
{
|
|
"domain": "apprise",
|
|
"name": "Apprise",
|
|
"codeowners": ["@caronc"],
|
|
"documentation": "https://www.home-assistant.io/integrations/apprise",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["apprise"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["apprise==1.11.0"]
|
|
}
|