mirror of https://github.com/home-assistant/core
11 lines
314 B
JSON
11 lines
314 B
JSON
{
|
|
"domain": "amazon_polly",
|
|
"name": "Amazon Polly",
|
|
"codeowners": ["@jschlyter"],
|
|
"documentation": "https://www.home-assistant.io/integrations/amazon_polly",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["boto3", "botocore", "s3transfer"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["boto3==1.34.131"]
|
|
}
|