Skip to content

Commit

Permalink
New "last api call successful" & "status" sensors
Browse files Browse the repository at this point in the history
New "last api call successful" & "status" sensors
  • Loading branch information
figorr authored Oct 7, 2024
1 parent c4a15e7 commit 122cea7
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
9 changes: 8 additions & 1 deletion custom_components/ecowater_softener/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"user": {
"data": {
"username": "Benutzername",
"password": "Passwort"
"password": "Passwort",
"dateformat": "Datumsformat"
},
"description": "Gebe deine Ecowater-Anmeldedaten ein.\nWähle dann das Datumsformat, das dein Ecowater-Gerät verwendet.",
"title": "Einrichtung"
Expand Down Expand Up @@ -67,6 +68,12 @@
},
"rock_removed_daily_average": {
"name": "Durchschnittlich pro Tag entfernter Stein"
},
"last_api_call_successful": {
"name": "Letztes Update"
},
"status": {
"name": "Zustand"
}
}
}
Expand Down
9 changes: 8 additions & 1 deletion custom_components/ecowater_softener/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"user": {
"data": {
"username": "Username",
"password": "Password"
"password": "Password",
"dateformat": "Date Format"
},
"description": "Enter your Ecowater credentials.\nThen pick the date format that your Ecowater device uses.",
"title": "Login"
Expand Down Expand Up @@ -67,6 +68,12 @@
},
"rock_removed_daily_average": {
"name": "Average Rock Removed per Day"
},
"last_api_call_successful": {
"name": "Last Update"
},
"status": {
"name": "Status"
}
}
}
Expand Down
9 changes: 8 additions & 1 deletion custom_components/ecowater_softener/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"user": {
"data": {
"username": "Usuario",
"password": "Contraseña"
"password": "Contraseña",
"dateformat": "Formato de fecha"
},
"description": "Introduce tus credenciales de la cuenta de Ecowater.\nA continuación selecciona el formato de fecha que utiliza tu dispostivo Ecowater.",
"title": "Acceso"
Expand Down Expand Up @@ -67,6 +68,12 @@
},
"rock_removed_daily_average": {
"name": "Roca Eliminada Media Diaria"
},
"last_api_call_successful": {
"name": "Última Actualización"
},
"status": {
"name": "Estado"
}
}
}
Expand Down
9 changes: 8 additions & 1 deletion custom_components/ecowater_softener/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"user": {
"data": {
"username": "Nom d'utilisateur",
"password": "Mot de passe"
"password": "Mot de passe",
"dateformat": "Format de date"
},
"description": "Entez les information de connexion de votre compte Ecowater.\nEt entrez le format de date que vous avez configuré sur votre compte.",
"title": "Lier votre compte Ecowater"
Expand Down Expand Up @@ -67,6 +68,12 @@
},
"rock_removed_daily_average": {
"name": "Moyenne de roches retirées par jour"
},
"last_api_call_successful": {
"name": "Dernière mise à jour"
},
"status": {
"name": "État"
}
}
}
Expand Down

0 comments on commit 122cea7

Please sign in to comment.