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

After closing popup with camera stream - sound does not stop #795

Open
4 tasks done
nsleigh opened this issue Jan 22, 2025 · 0 comments
Open
4 tasks done

After closing popup with camera stream - sound does not stop #795

nsleigh opened this issue Jan 22, 2025 · 0 comments

Comments

@nsleigh
Copy link

nsleigh commented Jan 22, 2025

My Home Assistant version: 2025.1.3

What I am doing:
Calling the service more_info to display a camera stream and then close_popup the popup closes but the audio stream just keeps playing until the browser is refreshed. The browser is running on a Fire Tablet HD 10, if I do the same on a Windows browser (Chrome) the audio stops.

This issues seems to have been reported before 476 but there wasn't a solution.

What I expected to happen:
The audio should stop when the popup closes.

# The least amount of code or steps possible to reproduce my error
action: browser_mod.sequence
data:
  sequence:
    - service: browser_mod.more_info
      data:
        entity: camera.drive_high_resolution_channel
        ignore_popup_card: false
        large: false
    - service: browser_mod.delay
      data:
        time: 10000 #Number in miliseconds
    - service: browser_mod.close_popup
  browser_id: firetablet
# Put your code/steps here

By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:

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

No branches or pull requests

1 participant