Skip to content

Commit

Permalink
use eufy-device-id-js
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalusan committed Sep 8, 2024
1 parent 055f299 commit 93bf0d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This plugin can be configured using homebridge-config-ui-x. There are 4 require

* Name - the name for your Robovac
* IP Address - the IP address of your Robovac. Configure your DHCP server to serve a static IP address to your Robovac for the best experience.
* Tuya Device ID and Tuya Device Key - these can be obtained by following https://github.com/markbajaj/eufy-device-id-python
* Tuya Device ID and Tuya Device Key - these can be obtained by following https://github.com/gtalusan/eufy-device-id-js

### HomeKit

Expand Down
4 changes: 2 additions & 2 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"deviceId": {
"title": "Tuya Device ID",
"description": "Tuya/Eufy Device ID (see: https://github.com/markbajaj/eufy-device-id-python)",
"description": "Tuya/Eufy Device ID (see: https://github.com/gtalusan/eufy-device-id-js)",
"type": "string",
"required": true
},
"deviceKey": {
"title": "Tuya Device Key",
"description": "Tuya/Eufy Device/Local Key (see: https://github.com/markbajaj/eufy-device-id-python)",
"description": "Tuya/Eufy Device/Local Key (see: https://github.com/gtalusan/eufy-device-id-js)",
"type": "string",
"required": true
},
Expand Down

0 comments on commit 93bf0d4

Please sign in to comment.