core/homeassistant/components/sentry/manifest.json

11 lines
288 B
JSON
Raw Normal View History

2020-01-03 20:34:20 +00:00
{
"domain": "sentry",
"name": "Sentry",
2023-02-08 19:22:30 +00:00
"codeowners": ["@dcramer", "@frenck"],
2020-01-03 20:34:20 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sentry",
"integration_type": "service",
2023-02-08 19:22:30 +00:00
"iot_class": "cloud_polling",
2023-07-07 16:10:44 +00:00
"requirements": ["sentry-sdk==1.27.1"]
2020-01-03 20:34:20 +00:00
}