2019-01-09 23:29:31 +00:00
{
"config" : {
"abort" : {
2021-03-16 00:04:36 +00:00
"already_configured" : "Apparaat is al geconfigureerd" ,
2020-11-07 00:04:02 +00:00
"already_in_progress" : "De configuratiestroom is al begonnen"
2019-01-09 23:29:31 +00:00
} ,
"error" : {
"connection_error" : "Kan geen verbinding maken met ESP. Zorg ervoor dat uw YAML-bestand een regel 'api:' bevat." ,
2020-11-07 00:04:02 +00:00
"invalid_auth" : "Ongeldige authenticatie" ,
2019-01-09 23:29:31 +00:00
"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"
} ,
2019-06-14 21:53:13 +00:00
"flow_title" : "ESPHome: {name}" ,
2019-01-09 23:29:31 +00:00
"step" : {
"authenticate" : {
"data" : {
"password" : "Wachtwoord"
} ,
2020-05-29 00:04:16 +00:00
"description" : "Voer het wachtwoord in dat u in uw configuratie heeft ingesteld voor {name}."
2019-01-09 23:29:31 +00:00
} ,
2019-03-10 05:26:26 +00:00
"discovery_confirm" : {
2019-03-12 18:31:17 +00:00
"description" : "Wil je de ESPHome-node `{name}` toevoegen aan de Home Assistant?" ,
"title" : "ESPHome node ontdekt"
2019-03-10 05:26:26 +00:00
} ,
2019-01-09 23:29:31 +00:00
"user" : {
"data" : {
"host" : "Host" ,
"port" : "Poort"
} ,
2020-05-29 00:04:16 +00:00
"description" : "Voer de verbindingsinstellingen in van uw [ESPHome](https://esphomelib.com/) node."
2019-01-09 23:29:31 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-01-09 23:29:31 +00:00
}