mirror of https://github.com/home-assistant/core
11 lines
315 B
JSON
11 lines
315 B
JSON
{
|
|
"domain": "aws",
|
|
"name": "Amazon Web Services (AWS)",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/aws",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["aiobotocore", "botocore"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["aiobotocore==2.13.1", "botocore==1.34.131"]
|
|
}
|