1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-28 20:53:45 +01:00
Files
core/homeassistant/components/aws_s3/manifest.json
2025-05-06 13:29:37 +02:00

13 lines
339 B
JSON

{
"domain": "aws_s3",
"name": "AWS S3",
"codeowners": ["@tomasbedrich"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/aws_s3",
"integration_type": "service",
"iot_class": "cloud_push",
"loggers": ["aiobotocore"],
"quality_scale": "bronze",
"requirements": ["aiobotocore==2.21.1"]
}