1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/route53/manifest.json
2023-08-21 19:40:21 +02:00

10 lines
261 B
JSON

{
"domain": "route53",
"name": "AWS Route53",
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/route53",
"iot_class": "cloud_push",
"loggers": ["boto3", "botocore", "s3transfer"],
"requirements": ["boto3==1.28.17"]
}