mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
11 lines
292 B
JSON
11 lines
292 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==3.7.0"]
|
|
}
|