From de92427eed8930e538b8c9b1562587c5d018e8ab Mon Sep 17 00:00:00 2001 From: fuatakgun Date: Wed, 4 Jan 2023 19:18:49 +0100 Subject: [PATCH] doc: ptz example --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index f7b5b7e..f62923b 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,27 @@ cards: entity: camera.entrance ``` +If your camera supports pan and tilt, you can add respective commands to webrtc interface. + +``` +type: custom:webrtc-camera +entity: camera.garden +ptz: + service: eufy_security.ptz + data_left: + entity_id: camera.garden + direction: LEFT + data_right: + entity_id: camera.garden + direction: RIGHT + data_up: + entity_id: camera.garden + direction: UP + data_down: + entity_id: camera.garden + direction: DOWN +``` + # Features - There are many sensors available out there, if you need an additional one, raise a request and share your `Debug (device)` and `Debug (station)` sensor attributes so I can extract these sensors. If these sensors cannot be extracted from state of device, please mention it explicitly.