Ptz caméra tp-link tapo C510w

Bonjour @didier02100,
il y a un exemple de configue de @Ludoc avec des boutons

type: custom:frigate-card
cameras:
  - camera_entity: camera.c200_salon
    live_provider: auto
    title: Caméra salon
    webrtc_card:
      entity: camera.c200_salon
elements:
  - type: custom:frigate-card-ptz
    orientation: vertical
    style:
      transform: none
      right: 5%
      bottom: 20%
    service: button.press
    data_left:
      entity_id: button.tapo_camera_928b_move_left
    data_right:
      entity_id: button.tapo_camera_928b_move_right
    data_up:
      entity_id: button.tapo_camera_928b_move_up
    data_down:
      entity_id: button.tapo_camera_928b_move_down
menu:
  style: overlay
  alignment: bottom
  position: bottom
  buttons:
    camera_ui:
      alignment: opposing
live:
  zoomable: false