thomasloven / hass-browser_mod

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

Playing Arlo camera plays last recording and not current stream #337

Closed EvanRowls closed 2 years ago

EvanRowls commented 2 years ago

Home Assistant Core: 2022.6.6 Home Assistant Supervisor 2022.05.3 Home Assistant OS 8.2 Frontend version: 20220601.0

What I am doing: Using the camera popup from the Cookbook

What I expected to happen: Popup should play current stream from camera

What happened instead: Popup plays last recording from Camera

Minimal steps to reproduce: Add the camera popup automation from the Cookbook

alias: Play Doorbell
description: ''
trigger:
  - platform: state
    entity_id:
      - binary_sensor.aarlo_motion_doorbell
    from: 'off'
    to: 'on'
condition: []
action:
  - service: browser_mod.more_info
    data:
      hide_header: true
      auto_close: true
      entity_id: camera.aarlo_doorbell
      deviceID:
        - {{deviceID}} (replaced with my device's id)
mode: single
hide_entity: true
initial_state: true

No error messages

I am not able to test it with any other cameras.

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

thomasloven commented 2 years ago

Closed because of Browser Mod 2.0 release. Please see #354.