mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 17:49: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
633 B
JSON
24 lines
633 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"set_mode": "Change mode on {entity_name}."
|
|
}
|
|
},
|
|
"config": {
|
|
"abort": {
|
|
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Ung\u00fcltige Authentifizierung"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "Passwort",
|
|
"username": "E-Mail"
|
|
},
|
|
"title": "Benutzername und Passwort eingeben"
|
|
}
|
|
}
|
|
}
|
|
} |