core/homeassistant/components/amazon_polly/manifest.json

10 lines
272 B
JSON
Raw Normal View History

{
"domain": "amazon_polly",
"name": "Amazon Polly",
"codeowners": [],
2023-02-08 19:29:44 +00:00
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
"iot_class": "cloud_push",
2023-02-08 19:29:44 +00:00
"loggers": ["boto3", "botocore", "s3transfer"],
2023-08-21 17:40:21 +00:00
"requirements": ["boto3==1.28.17"]
}