mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 09:39: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
651 B
JSON
24 lines
651 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"set_mode": "Change mode on {entity_name}."
|
|
}
|
|
},
|
|
"config": {
|
|
"abort": {
|
|
"single_instance_allowed": "Ji\u017e nastaveno. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace."
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "Heslo",
|
|
"username": "E-mail"
|
|
},
|
|
"title": "Zadejte u\u017eivatelsk\u00e9 jm\u00e9no a heslo"
|
|
}
|
|
}
|
|
}
|
|
} |