Documentation for home-assistant/home-assistant#17065 (#6431)

This commit is contained in:
Thomas Lovén 2018-10-02 14:36:42 +02:00 committed by Paulus Schoutsen
parent 5e513268b1
commit 8340568a53

View File

@ -43,8 +43,8 @@ If your ONVIF camera supports PTZ, you will be able to pan, tilt or zoom your ca
| Service data attribute | Description | | Service data attribute | Description |
| -----------------------| ----------- | | -----------------------| ----------- |
| `entity_id` | String or list of strings that point at `entity_id`s of cameras. Else targets all. | `entity_id` | String or list of strings that point at `entity_id`s of cameras. Else targets all.
| `tilt` | Tilt direction. Allowed values: `UP`, `DOWN` | `tilt` | Tilt direction. Allowed values: `UP`, `DOWN`, `NONE`
| `pan` | Pan direction. Allowed values: `RIGHT`, `LEFT` | `pan` | Pan direction. Allowed values: `RIGHT`, `LEFT`, `NONE`
| `zoom` | Zoom. Allowed values: `ZOOM_IN`, `ZOOM_OUT` | `zoom` | Zoom. Allowed values: `ZOOM_IN`, `ZOOM_OUT`, `NONE`
If you are running into trouble with this sensor, please refer to the [Troubleshooting section](/components/ffmpeg/#troubleshooting). If you are running into trouble with this sensor, please refer to the [Troubleshooting section](/components/ffmpeg/#troubleshooting).