core/homeassistant/components/amazon_polly/manifest.json

10 lines
272 B
JSON

{
"domain": "amazon_polly",
"name": "Amazon Polly",
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
"requirements": ["boto3==1.20.24"],
"codeowners": [],
"iot_class": "cloud_push",
"loggers": ["boto3", "botocore", "s3transfer"]
}