forked from neilzilla/hass-renpho
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7733a8
commit 04e8f76
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"email": "输入您的Renpho过时账户电子邮件地址。", | ||
"password": "输入您的Renpho账户密码。", | ||
"refresh": "设置数据刷新率,单位为秒。默认值为60秒。", | ||
"unit_of_measurement": "选择重量的计量单位。选项为千克(kg)或磅(lbs)。", | ||
"proxy": "可选:指定要使用的代理服务器(例如,'http://127.0.0.1:8080')。" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "无法连接到服务", | ||
"invalid_auth": "认证无效", | ||
"unknown": "发生未知错误" | ||
}, | ||
"abort": { | ||
"already_configured": "设备已配置" | ||
} | ||
} | ||
} |