yi-hack_ha_integration
yi-hack_ha_integration copied to clipboard
PTZ implementations
Hi,
Wondering how do I add PTZ into webRTC implementations? Yes, my yi have PTZ access. Thanks
Sorry but webrtc is not my project. Try to ask to the owner.
more into what need to be called to perform the PTZ so I can embedded to Home Assistant?
type: custom:webrtc-camera
url: URL
title: CAM
intersection: 0.75
muted: false
ui: true
ptz:
service: yi_hack.ptz
data_left:
entity_id: camera.yi_hack
movement: left
data_right:
entity_id: camera.yi_hack
movement: right
data_up:
entity_id: camera.yi_hack
movement: up
data_down:
entity_id: camera.yi_hack
movement: down
type: custom:webrtc-camera url: URL title: CAM intersection: 0.75 muted: false ui: true ptz: service: yi_hack.ptz data_left: entity_id: camera.yi_hack movement: left data_right: entity_id: camera.yi_hack movement: right data_up: entity_id: camera.yi_hack movement: up data_down: entity_id: camera.yi_hack movement: down
so entity_id will be the name of the camera? If used HA integrations?
Again thanks bro @pszafer
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.