Vincent Le Bourlot 77df5bbe3e
Add "Change mode" action to fans. (#62)
* 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>
2022-11-09 10:53:50 +01:00

24 lines
660 B
JSON

{
"device_automation": {
"action_type": {
"set_mode": "Change mode on {entity_name}."
}
},
"config": {
"abort": {
"single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja."
},
"error": {
"invalid_auth": "Niepoprawne uwierzytelnienie"
},
"step": {
"user": {
"data": {
"password": "Has\u0142o",
"username": "Adres e-mail"
},
"title": "Wprowad\u017a nazw\u0119 u\u017cytkownika i has\u0142o."
}
}
}
}