[tutorial 082] A web_address variable

This commit is contained in:
egarette@silique.fr 2024-11-02 14:58:55 +01:00
parent b019f5ee1e
commit d1b4bee1f2

View file

@ -13,3 +13,13 @@ dns_over_https: # DNS over HTTPS
disabled:
variable: dns_over_https.enable_dns_over_https
when: false
custom_dns_url:
description: Custom DNS URL
type: web_address
disabled:
jinja: |
{% if dns_over_https.provider is propertyerror or dns_over_https.provider != 'Custom' %}
provider is not custom
{% endif %}
description: if "dns_over_https.provider" is not "Custom"