mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 09:39:00 +01:00
77df5bbe3e
* 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
686 B
JSON
24 lines
686 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"set_mode": "Change mode on {entity_name}."
|
|
}
|
|
},
|
|
"config": {
|
|
"abort": {
|
|
"single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n."
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "Contrase\u00f1a",
|
|
"username": "Correo electr\u00f3nico"
|
|
},
|
|
"title": "Introduzca el nombre de usuario y la contrase\u00f1a"
|
|
}
|
|
}
|
|
}
|
|
} |