core/homeassistant/components/route53/manifest.json

10 lines
261 B
JSON
Raw Normal View History

{
"domain": "route53",
"name": "AWS Route53",
"codeowners": [],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/route53",
"iot_class": "cloud_push",
2023-02-08 19:13:46 +00:00
"loggers": ["boto3", "botocore", "s3transfer"],
2023-08-21 17:40:21 +00:00
"requirements": ["boto3==1.28.17"]
}