mirror of
https://github.com/oznu/homebridge-unifi-occupancy-sensor.git
synced 2025-01-22 11:18:56 +00:00
added note about site name to readme
This commit is contained in:
parent
519c3c9f39
commit
916c53c163
10
README.md
10
README.md
@ -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.
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user