-
Notifications
You must be signed in to change notification settings - Fork 2
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
7e796d9
commit 67eea9f
Showing
3 changed files
with
78 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,39 @@ | ||
{ | ||
"config": { | ||
"flow_title": "uvFive MIoT device: {name}", | ||
"step": { | ||
"user": { | ||
"title": "uvFive MIoT device", | ||
"description": "Config device info.", | ||
"data": { | ||
"host": "Device IP", | ||
"token": "Token", | ||
"name": "Device name", | ||
"model": "Model, empty for auto" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect the device" | ||
}, | ||
"abort": { | ||
"already_configured": "Device is already configured", | ||
"not_xiaomi_miio": "Not a Xiaomi miio device." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"title": "uvFive MIoT device", | ||
"description": "Config device info.", | ||
"data": { | ||
"host": "Device IP", | ||
"token": "Token" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect the device" | ||
} | ||
} | ||
} |
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,39 @@ | ||
{ | ||
"config": { | ||
"flow_title": "uvFive MIoT device: {name}", | ||
"step": { | ||
"user": { | ||
"title": "uvFive MIoT device", | ||
"description": "配置设备信息", | ||
"data": { | ||
"host": "设备IP", | ||
"token": "Token", | ||
"name": "名称", | ||
"model": "型号,为空时自动识别" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "连接设备失败" | ||
}, | ||
"abort": { | ||
"already_configured": "该设备已经配置过", | ||
"not_xiaomi_miio": "该设备不支持miio/miot协议" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"title": "uvFive MIoT device", | ||
"description": "配置设备信息", | ||
"data": { | ||
"host": "设备IP", | ||
"token": "Token" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "连接设备失败" | ||
} | ||
} | ||
} |