mirror of
https://github.com/home-assistant/core.git
synced 2026-08-26 08:03:44 +01:00
10 lines
261 B
JSON
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.34.51"]
|
|
}
|