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

21 lines
529 B
JSON

{
"device_automation": {
"action_type": {
"set_mode": "Change mode on {entity_name}."
}
},
"config": {
"error": {
"invalid_auth": "\u9a8c\u8bc1\u7801\u65e0\u6548"
},
"step": {
"user": {
"data": {
"password": "\u5bc6\u7801",
"username": "\u7535\u5b50\u90ae\u4ef6"
},
"title": "\u8f93\u5165\u7528\u6237\u540d\u548c\u5bc6\u7801"
}
}
}
}