core/homeassistant/components/aws/manifest.json

10 lines
264 B
JSON
Raw Normal View History

{
"domain": "aws",
"name": "Amazon Web Services (AWS)",
"codeowners": [],
2023-02-08 19:29:44 +00:00
"documentation": "https://www.home-assistant.io/integrations/aws",
"iot_class": "cloud_push",
2023-02-08 19:29:44 +00:00
"loggers": ["aiobotocore", "botocore"],
"requirements": ["aiobotocore==2.13.0"]
}