core/homeassistant/components/sentry/manifest.json

10 lines
255 B
JSON
Raw Normal View History

2020-01-03 20:34:20 +00:00
{
"domain": "sentry",
"name": "Sentry",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sentry",
"requirements": ["sentry-sdk==1.5.12"],
"codeowners": ["@dcramer", "@frenck"],
"iot_class": "cloud_polling"
2020-01-03 20:34:20 +00:00
}