-
-
Notifications
You must be signed in to change notification settings - Fork 92
General Config
seydx edited this page Jan 24, 2022
·
1 revision
This is the general part. This section is enough to start camera.ui
Example:
{
"platform": "CameraUI",
"name": "CameraUI",
"port": 8181,
"debug": false,
"atHomeSwitch": true,
...
}
Attributes | Required | Usage | Default | Options |
---|---|---|---|---|
platform | X | Platform Name | Must be CameraUI | |
name | Name for the plugin | CameraUI | ||
port | X | Port for the User Interface Server | 8181 | |
debug | Additional logging | false | true/false | |
atHomeSwitch | Exposes a 'at home' switch to HomeKit to enable/disable at home for the interface settings within HomeKit. | false | true/false |