mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
11 lines
288 B
JSON
11 lines
288 B
JSON
{
|
|
"domain": "sentry",
|
|
"name": "Sentry",
|
|
"codeowners": ["@dcramer", "@frenck"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/sentry",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["sentry-sdk==1.40.3"]
|
|
}
|