mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-30 20:56:52 +00:00
Updated filename for iOS, added token description (#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.
This commit is contained in:
parent
d9aed312dc
commit
3a363b2e3d
@ -60,7 +60,7 @@ java.exe -jar ../android-backup-extractor/abe.jar unpack backup.ab backup.tar ""
|
|||||||
1. Setup iOS device with the Mi-Home app.
|
1. Setup iOS device with the Mi-Home app.
|
||||||
2. Create an unencrypted backup of the device using iTunes.
|
2. Create an unencrypted backup of the device using iTunes.
|
||||||
3. Install iBackup Viewer from here: http://www.imactools.com/iphonebackupviewer/
|
3. Install iBackup Viewer from here: http://www.imactools.com/iphonebackupviewer/
|
||||||
4. Extract this file /raw data/com.xiami.mihome/_mihome.sqlite to your computer
|
4. Extract this file /raw data/com.xiami.mihome/{USERID}_mihome.sqlite to your computer
|
||||||
5. Open the file extracted using notepad. You will then see the list of all the device in your account with their token.
|
5. Open the file extracted using notepad. You will then see the list of all the device in your account with their token.
|
||||||
|
|
||||||
{% linkable_title Configuration %}
|
{% linkable_title Configuration %}
|
||||||
@ -76,4 +76,4 @@ java.exe -jar ../android-backup-extractor/abe.jar unpack backup.ab backup.tar ""
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
- **name** (*Optional*): The name of your robot
|
- **name** (*Optional*): The name of your robot
|
||||||
- **host** (*Required*): The IP of your robot
|
- **host** (*Required*): The IP of your robot
|
||||||
- **token** (*Required*): The token of your robot. Go to Getting started section to read more about how to get it
|
- **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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user