mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: mik-laj <12058428+mik-laj@users.noreply.github.com> Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
14 lines
372 B
JSON
14 lines
372 B
JSON
{
|
|
"domain": "aws_s3",
|
|
"name": "AWS S3",
|
|
"codeowners": ["@tomasbedrich"],
|
|
"config_flow": true,
|
|
"dependencies": ["backup"],
|
|
"documentation": "https://www.home-assistant.io/integrations/aws_s3",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aiobotocore"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["aiobotocore==2.21.1"]
|
|
}
|