twrecked / pyaarlo

Asynchronous Arlo Component for Python
GNU Lesser General Public License v3.0
50 stars 34 forks source link

Add the model identifier for the Arlo Essential XL #145

Closed mzsanford closed 8 months ago

mzsanford commented 9 months ago

Add the new model identifier information and configure it as a device that does not require a base station. I just added two of these cameras to Home Assistant and they are erroring while seeking the base station.

Heavily based on https://github.com/twrecked/pyaarlo/pull/111

twrecked commented 9 months ago

Thanks for this. But I think you need to make some changes in camera.py as well. The camera has audio and spotlight capabilities. Look at the function has_capability.

mzsanford commented 9 months ago

@twrecked Sorry about that, added.

twrecked commented 8 months ago

No need to be sorry, I appreciate the help!