github twrecked/lovelace-hass-aarlo v0.2-alpha.8
version 0.2-alpha.8

latest releases: v0.3.0b3, v0.3.0a2, v0.2.6.1...
3 years ago

EXPERIMENTAL

It's working well for me but if everything stop working please drop back to 0.1

If you don't see any change open developer tools on your web browser and reload.

  • chrome; CTRL+SHIFT+I followed by CTRL+R

A complete re-write of the module. When adding the new modal window I realized the underlying code
was doing things backwards. For example, for state changes I was giving Home Assistant a complete
re-rendering of the card when I would have been better manipulating the DOM directly.

Changes include, but not limited to:

  • smart modal windows, will fall back to inline on mobile devices, see smart option of image_click.
  • will now show if Arlo doorbells are silenced on the card and you can mute/unmute from the card, see door_bell_mute
  • you can swipe left/right on mobile devices in the library - crude support for now
  • the library will update in real time and won't load unless necessary, generally nicer operation
  • you can limit how many videos are loaded
  • you can specify different grid size for the library
  • objects that trigger events are highlighted in the library view
  • beginning and end buttons for the library
  • autoplay
  • customizable snapshot image reload
  • changes handled programmatically; for example, a motion event now changes the element in the DOM rather
    than re-drawing the whole card
  • localization support
  • added French language
  • internally most things have changed, hopefully for the best

Planned changes include:

  • merge several cameras in to one library card
  • better exception handling
  • save videos

Don't miss a new lovelace-hass-aarlo release

NewReleases is sending notifications on new releases.