Steve Herrell

Results 854 comments of Steve Herrell

Try removing the `image_view: direct` and see if it works on the iPhone. The problem is the stream types returned by Arlo, it can return the following: - `rtsp`; a...

@larshub You aren't missing anything by removing `direct`. The big advantage of `direct` is it reduces the work your home assistant has to do. But, as you've found out, it...

You'll have to enable debug and see what messages are coming back from Arlo - https://github.com/twrecked/hass-aarlo#debugging Also, what is the App and Arlo web page showing?

You can turn on the siren switches and their state should reflect the siren state. https://github.com/twrecked/hass-aarlo#switch-configuration

https://github.com/twrecked/hass-aarlo#light-configuration

I can see the problem, I'll take a look. edit: You can do it with the call service automation but I'll see why it's not being added into the device...

`light.turn_on`, then chose pick entity, see this: ![light-on](https://user-images.githubusercontent.com/47094394/132108541-650d8813-5b17-4f2d-86ff-54523385e22a.png)

`Back Light` is an Arlo light. Can you tell me what you are clicking and I'll try and reproduce it here.

If you can do it from the web interface you can do it from this integration. Can you turn on debugging and see what happens: ```yaml logger: default: info logs:...