mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-11 16:01:03 +01:00
20 lines
416 B
Markdown
20 lines
416 B
Markdown
## Config
|
|
|
|
Example config:
|
|
|
|
```yaml
|
|
vnc_server_host: 192.168.0.23
|
|
```
|
|
|
|
### `vnc_server_host`
|
|
|
|
The hostname or ip address of the VNC server the addon should connect to.
|
|
|
|
### `vnc_server_port` (Optional)
|
|
|
|
The remote port of the VNC server. (Default: `5900`)
|
|
|
|
### `vnc_server_password` (Optional)
|
|
|
|
The password of the the VNC server. When not set and the connection requires a password, it is asked at connection time.
|