mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-09-09 13:39:11 +02:00
add new
This commit is contained in:
19
vnc-viewer/DOCS.md
Normal file
19
vnc-viewer/DOCS.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## 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.
|
||||
Reference in New Issue
Block a user