1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/dnsip/strings.json
2022-03-30 10:35:30 +02:00

30 lines
616 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"hostname": "The hostname for which to perform the DNS query",
"resolver": "Resolver for IPV4 lookup",
"resolver_ipv6": "Resolver for IPV6 lookup"
}
}
},
"error": {
"invalid_hostname": "Invalid hostname"
}
},
"options": {
"step": {
"init": {
"data": {
"resolver": "Resolver for IPV4 lookup",
"resolver_ipv6": "Resolver for IPV6 lookup"
}
}
},
"error": {
"invalid_resolver": "Invalid IP address for resolver"
}
}
}