mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 01:29:00 +01:00
* Add "Change mode" action to fans. * fix style * 'Refactored by Sourcery' (#63) Co-authored-by: Sourcery AI <> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
24 lines
625 B
JSON
24 lines
625 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"set_mode": "Changer le mode sur {entity_name}."
|
|
}
|
|
},
|
|
"config": {
|
|
"abort": {
|
|
"single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible."
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Authentification invalide"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "Mot de passe",
|
|
"username": "Email"
|
|
},
|
|
"title": "Entrez vos identifiants"
|
|
}
|
|
}
|
|
}
|
|
} |