mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add optional ttl configuration for route53 component (#7344)
* Add optional ttl configuration for route53 component * Minor changes
This commit is contained in:
parent
333cb56506
commit
c4d4107bb9
@ -100,4 +100,9 @@ records:
|
|||||||
description: A list of records you want to update.
|
description: A list of records you want to update.
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: list
|
||||||
|
ttl:
|
||||||
|
description: The TTL value for the DNS records.
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
default: 300
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user