Skip to content

Commit

Permalink
doc: ptz example
Browse files Browse the repository at this point in the history
  • Loading branch information
fuatakgun committed Jan 4, 2023
1 parent edd3555 commit de92427
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit de92427

Please sign in to comment.