added note about site name to readme

This commit is contained in:
oznu 2018-04-13 19:53:16 +10:00
parent 519c3c9f39
commit 916c53c163
No known key found for this signature in database
GPG Key ID: 6FF2AA33FF323F1B
2 changed files with 15 additions and 1 deletions

View File

@ -28,3 +28,13 @@ The plugin connects to the UniFi Controller event web socket to get instant noti
}
]
```
### Site Name
If you're using a non-default site you will need to specify the name of the site in the plugin config. The internal site name might not match the name you have allocated to the site exactly, you can get the required site name by navigating to the site in the unifi controller then looking at the url bar:
```
https://unifi.com:8443/manage/site/mofkpypu/dashboard
```
In this case the site name is `mofkpypu` and this is the value that should be entered in your Homebridge config.

View File

@ -14,5 +14,9 @@
"homebridge": ">=0.2.5"
},
"author": "oznu <dev@oz.nu>",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/oznu/homebridge-unifi-occupancy-sensor.git"
}
}