mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
10 lines
264 B
JSON
10 lines
264 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"],
|
|
"requirements": ["aiobotocore==2.12.1"]
|
|
}
|