From 8340568a53c74c8b37399254debc31936e2d44ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 2 Oct 2018 14:36:42 +0200 Subject: [PATCH] Documentation for home-assistant/home-assistant#17065 (#6431) --- source/_components/camera.onvif.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/camera.onvif.markdown b/source/_components/camera.onvif.markdown index ed01e31d379..649cad832ff 100644 --- a/source/_components/camera.onvif.markdown +++ b/source/_components/camera.onvif.markdown @@ -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 | | -----------------------| ----------- | | `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` -| `pan` | Pan direction. Allowed values: `RIGHT`, `LEFT` -| `zoom` | Zoom. Allowed values: `ZOOM_IN`, `ZOOM_OUT` +| `tilt` | Tilt direction. Allowed values: `UP`, `DOWN`, `NONE` +| `pan` | Pan direction. Allowed values: `RIGHT`, `LEFT`, `NONE` +| `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).