33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Apparaat is al geconfigureerd",
|
|
"already_in_progress": "De configuratiestroom is al begonnen"
|
|
},
|
|
"error": {
|
|
"connection_error": "Kan geen verbinding maken met ESP. Zorg ervoor dat uw YAML-bestand een regel 'api:' bevat.",
|
|
"invalid_auth": "Ongeldige authenticatie",
|
|
"resolve_error": "Kan het adres van de ESP niet vinden. Als deze fout aanhoudt, stel dan een statisch IP-adres in: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips"
|
|
},
|
|
"flow_title": "ESPHome: {name}",
|
|
"step": {
|
|
"authenticate": {
|
|
"data": {
|
|
"password": "Wachtwoord"
|
|
},
|
|
"description": "Voer het wachtwoord in dat u in uw configuratie heeft ingesteld voor {name}."
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Wil je de ESPHome-node `{name}` toevoegen aan de Home Assistant?",
|
|
"title": "ESPHome node ontdekt"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "Host",
|
|
"port": "Poort"
|
|
},
|
|
"description": "Voer de verbindingsinstellingen in van uw [ESPHome](https://esphomelib.com/) node."
|
|
}
|
|
}
|
|
}
|
|
} |