core/homeassistant/components/sendgrid/manifest.json

10 lines
238 B
JSON
Raw Normal View History

{
"domain": "sendgrid",
"name": "SendGrid",
"codeowners": [],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/sendgrid",
"iot_class": "cloud_push",
2023-02-08 19:13:46 +00:00
"loggers": ["sendgrid"],
"requirements": ["sendgrid==6.8.2"]
}