-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9bea3d
commit fb1d49e
Showing
12 changed files
with
52 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
{ | ||
"title": "Capteur journalier", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Capteur journalier", | ||
"description": "Si vous avez besoin d'aide pour la configuration, référez-vous ici: https://github.com/jeroenterheerdt/HADailySensor", | ||
"data": { | ||
"name": "Nom unique de l'instance", | ||
"sensor": "L'entité qui fournira les données d'entrée au capteur journalier", | ||
"operation": "L'opération à appliquer au capteur", | ||
"unit_of_measurement": "L'unité de mesure", | ||
"interval": "L'intervalle de mise à jour en minutes", | ||
"auto_reset": "Reset automatique à minuit ?" | ||
} | ||
"title": "Capteur journalier", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Capteur journalier", | ||
"description": "Si vous avez besoin d'aide pour la configuration, référez-vous ici: https://github.com/jeroenterheerdt/HADailySensor", | ||
"data": { | ||
"name": "Nom unique de l'instance", | ||
"sensor": "L'entité qui fournira les données d'entrée au capteur journalier", | ||
"operation": "L'opération à appliquer au capteur", | ||
"unit_of_measurement": "L'unité de mesure", | ||
"interval": "L'intervalle de mise à jour en secondes", | ||
"auto_reset": "Reset automatique à minuit ?" | ||
} | ||
}, | ||
"error": { | ||
"intervalnotvalid": "L'intervalle spécifié n'est pas valide: il faut un nombre >0 de minutes.", | ||
"name": "Spécifier un nom unique pour cette instance.", | ||
"operationnotfound": "Spécifier une opération supportée", | ||
"sensornotfound": "Au moins un des capteurs spécifiés n'existe pas", | ||
"unknown": "[%key:common::config_flow::error::unknown%]" | ||
}, | ||
"abort": { | ||
} | ||
} | ||
}, | ||
"error": { | ||
"intervalnotvalid": "L'intervalle spécifié n'est pas valide: il faut un nombre >0 de secondes.", | ||
"name": "Spécifier un nom unique pour cette instance.", | ||
"operationnotfound": "Spécifier une opération supportée", | ||
"sensornotfound": "Au moins un des capteurs spécifiés n'existe pas", | ||
"unknown": "[%key:common::config_flow::error::unknown%]" | ||
}, | ||
"abort": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters