mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
11 lines
313 B
JSON
11 lines
313 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.42.97"]
|
|
}
|