thomasloven / hass-browser_mod

🔹 A Home Assistant integration to turn your browser into a controllable entity and media player
MIT License
1.24k stars 177 forks source link

Parameter to activate sound with reolink cameras #662

Open Anoxym opened 6 months ago

Anoxym commented 6 months ago

Hi,

I have a reolink Doorbell and reolink security camera, with the reolink integration I can display the live feed with sound but with browser popup I don't have sound, is there a parameter to activate it ?

There is my current code :

      - type: icon
          icon: mdi:doorbell-video
          style:
            height: 24px
            left: 87%
            top: 94%
            width: 24px
          tap_action:
            action: call-service
            service: browser_mod.popup
            data:
              size: wide
              dismissable: true
              autoclose: false
              content:
                camera_view: live
                type: picture-glance
                entities: []
                camera_image: camera.doorbell_fluent

Thanks!

shlomki commented 3 months ago

I must say this is a little weird request from the popup developer, he has nothing to do with reolink cameras. Try to use the go2rtc integration and card for the cameras, you'll get much better latency and you'll have an option to unmute by default.