You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+7-9
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
name: Bug report / 报告问题
2
2
description: Create a report to help us improve. / 报告问题以帮助我们改进
3
-
title: "[Bug]: "
4
-
labels: ["bug"]
5
3
body:
6
4
- type: input
7
5
attributes:
8
-
label: Describe the bug / 描述问题
6
+
label: Describe the Bug / 描述问题
9
7
description: |
10
8
> A clear and concise description of what the bug is.
11
9
> 清晰且简明地描述问题。
@@ -14,7 +12,7 @@ body:
14
12
15
13
- type: textarea
16
14
attributes:
17
-
label: To Reproduce / 复现步骤
15
+
label: How to Reproduce / 复现步骤
18
16
description: |
19
17
> If applicable, add screenshots to help explain your problem. You can attach images by clicking this area to highlight it and then dragging files in. Steps to reproduce the behavior:
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Xiaomi Home Integration is an integrated component of Home Assistant supported b
8
8
9
9
> Home Assistant version requirement:
10
10
>
11
-
> - Core $\geq$ 2024.11.0
11
+
> - Core $\geq$ 2024.4.4
12
12
> - Operating System $\geq$ 13.0
13
13
14
14
### Method 1: Git clone from GitHub
@@ -327,7 +327,7 @@ Device information service (urn:miot-spec-v2:service:device-information:00007801
327
327
328
328
## Multiple Language Support
329
329
330
-
There are 8 languages available for selection in the config flow language option of Xiaomi Home, including Simplified Chinese, Traditional Chinese, English, Spanish, Russian, French, German, and Japanese. The config flow page in Simplified Chinese and English has been manually reviewed by the developer. Other languages are translated by machine translation. If you want to modify the words and sentences in the config flow page, you need to modify the json file of the certain language in `custom_components/xiaomi_home/translations/` directory.
330
+
There are 8 languages available for selection in the config flow language option of Xiaomi Home, including Simplified Chinese, Traditional Chinese, English, Spanish, Russian, French, German, and Japanese. The config flow page in Simplified Chinese and English has been manually reviewed by the developer. Other languages are translated by machine translation. If you want to modify the words and sentences in the config flow page, you need to modify the json file of the certain language in `custom_components/xiaomi_home/translations/`and `custom_components/xiaomi_home/miot/i18n/`directory.
331
331
332
332
When displaying Home Assistant entity name, Xiaomi Home downloads the multiple language file configured by the device vendor from MIoT Cloud, which contains translations for MIoT-Spec-V2 instances of the device. `multi_lang.json` is a locally maintained multiple language dictionary, which has a higher priority than the multiple language file obtained from the cloud and can be used to supplement or modify the multiple language translation of devices.
0 commit comments