Skip to content

Commit 3a363b2

Browse files
Variourfabaff
authored andcommitted
Updated filename for iOS, added token description (home-assistant#3131)
The filename to extract the token from the iOS backup has the USERID in the front ({USERID}_mihome.sqlite). A file without the {USERID} existed as well, so i think the clarification is needed. In addition i added a description of how the token looks so one knows what to look for.
1 parent d9aed31 commit 3a363b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/switch.xiaomi_vacuum.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ java.exe -jar ../android-backup-extractor/abe.jar unpack backup.ab backup.tar ""
6060
1. Setup iOS device with the Mi-Home app.
6161
2. Create an unencrypted backup of the device using iTunes.
6262
3. Install iBackup Viewer from here: http://www.imactools.com/iphonebackupviewer/
63-
4. Extract this file /raw data/com.xiami.mihome/_mihome.sqlite to your computer
63+
4. Extract this file /raw data/com.xiami.mihome/{USERID}_mihome.sqlite to your computer
6464
5. Open the file extracted using notepad. You will then see the list of all the device in your account with their token.
6565

6666
{% linkable_title Configuration %}
@@ -76,4 +76,4 @@ java.exe -jar ../android-backup-extractor/abe.jar unpack backup.ab backup.tar ""
7676
Configuration variables:
7777
- **name** (*Optional*): The name of your robot
7878
- **host** (*Required*): The IP of your robot
79-
- **token** (*Required*): The token of your robot. Go to Getting started section to read more about how to get it
79+
- **token** (*Required*): The token of your robot. 32-characters consisting of digits and lowercase letters. Go to Getting started section to read more about how to get it

0 commit comments

Comments
 (0)