Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Notification when stream is currently watching #759

Open
Miloune opened this issue Oct 14, 2024 · 1 comment
Open

Feature Request: Notification when stream is currently watching #759

Miloune opened this issue Oct 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Miloune
Copy link

Miloune commented Oct 14, 2024

Hello,

I'm not sure if I should ask this here or on camera integration, but is it possible to have one entity or something else which is updated if the stream is watching by someone.
The scenario / automation could be:

  • Someone connecting to HA
  • Go on Webcam tab and start watching live stream
  • Entity camera_watching is updated to "true"
  • Automation triggered
  • Notification sent

Or maybe something that call service in the card directly:

type: custom:webrtc-camera
entity: camera.camera
on_start:
   action: send-notification
   data: ...
on_stop:
   action: send-notification
   data: ...

If it's not possible or not the good place to post, feel free to close this feature request.

@AlexxIT AlexxIT added the enhancement New feature or request label Oct 14, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 14, 2024

You can get this info from go2rtc WebUI (also via REST API).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants