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

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

Closed
4 tasks done
EvanRowls opened this issue Jun 17, 2022 · 1 comment
Closed
4 tasks done

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

EvanRowls opened this issue Jun 17, 2022 · 1 comment

Comments

@EvanRowls
Copy link

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
Copy link
Owner

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

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

2 participants