31 lines
915 B
JSON
31 lines
915 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Blueprint",
|
|
"description": "Si vous avez besoin d'aide pour la configuration, regardez ici: https://github.com/custom-components/integration_blueprint",
|
|
"data": {
|
|
"username": "Identifiant",
|
|
"password": "Mot de Passe"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"auth": "Identifiant ou mot de passe erroné."
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "Une seule instance est autorisée."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"binary_sensor": "Capteur binaire activé",
|
|
"sensor": "Capteur activé",
|
|
"switch": "Interrupteur activé"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |