Skip to content

Releases: twrecked/lovelace-hass-aarlo

version 0.2-alpha.9

10 Feb 05:07
24d2f29
Compare
Choose a tag to compare

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

Why...

This is 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.

Multiple Cameras

To try multiple cameras use the following config (changing the entities obviously). It's possible to have per-entity config too, this example shows shared global config:

entities:
  - entity: camera.aarlo_street_camera
    name: 'The Street'
  - entity: camera.aarlo_front_door_camera
    name: 'The Front'
show:
  - motion
  - captured_today
  - battery_level
  - snapshot
  - play
play_direct: true
top_status: true
top_title: true
image_click: 'recording,smart'
library_click: smart

On desktops devices you get chevrons to click and change camera, on mobile you can swipe left and right.

Changes include, but not limited to:

  • multiple camera support [stage 1]
  • 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

version 0.2-alpha.8

09 Feb 04:54
7ad619c
Compare
Choose a tag to compare

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

version 0.2-alpha.7

06 Feb 23:55
e1a27b6
Compare
Choose a tag to compare

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 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:

  • 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
  • localization support
  • 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
  • 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
  • allow modal windows to be optional on mobile devices
  • save videos

version 0.2-alpha.6

05 Feb 05:30
603468f
Compare
Choose a tag to compare

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 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:

  • 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
  • localization support
  • 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
  • internally most things have changed, hopefully for the best

Planned changes include:

  • merge several cameras in to one library card
  • better exception handling
  • allow modal windows to be optional on mobile devices
  • save videos

version 0.2-alpha.5

05 Feb 01:59
96b3539
Compare
Choose a tag to compare

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 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:

  • changes handled programmatically; for example, a motion event now changes the element in the DOM rather
    than re-drawing the whole card
  • thumbnails come directly from Arlo
  • 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
  • highlighting of object causing the recording to happen
  • autoplay
  • localization support
  • customizable snapshot image reload
  • internally most things have changed, hopefully for the best

Planned changes include:

  • merge several cameras in to one library card
  • better exception handling
  • allow modal windows to be optional on mobile devices
  • save videos

version 0.2-alpha.4.1

04 Feb 05:03
Compare
Choose a tag to compare

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 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:

  • changes handle programmatically; for example, a motion event now changes the element in the DOM rather
    than re-drawing the whole card
  • thumbnails come directly from Arlo
  • 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
  • highlighting of object causing the recording to happen
  • autoplay
  • localization support
  • internally most things have changed, hopefully for the best

Planned changes include:

  • merge several cameras in to one library card
  • better exception handling
  • allow modal windows to be optional on mobile devices
  • save videos

version 0.2-alpha.4

04 Feb 04:01
Compare
Choose a tag to compare

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 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:

  • changes handle programmatically; for example, a motion event now changes the element in the DOM rather
    than re-drawing the whole card
  • thumbnails come directly from Arlo
  • 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
  • highlighting of object causing the recording to happen
  • autoplay
  • localization support
  • internally most things have changed, hopefully for the best

Planned changes include:

  • merge several cameras in to one library card
  • better exception handling
  • allow modal windows to be optional on mobile devices
  • save videos

version 0.2-alpha.2

03 Feb 05:47
8606b48
Compare
Choose a tag to compare
version 0.2-alpha.2 Pre-release
Pre-release

EXPERIMENTAL

If everything stop working please drop back to 0.1

A complete re-write of the module. When adding the new modal window I realized the underlying code
was doing things backwards. For 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:

  • changes handle programmatically; for example, a motion event now changes the element in the DOM rather
    than re-drawing the whole card
  • thumbnails come directly from Arlo
  • the library will update in real time and won't load unless necessary, generally nicer operation
  • you can specify different grid size for the library
  • beginning and end functions for the library
  • highlighting of object causing recording to happen
  • autoplay
  • internally most things have changed, hopefully for the best

Planned changes include:

  • better exception handling
  • allow modal to be optional on mobile devices
  • save videos

version 0.2-alpha.1

02 Feb 04:41
bffaa99
Compare
Choose a tag to compare
version 0.2-alpha.1 Pre-release
Pre-release

** EXPERIMENTAL**

If everything stop working please drop back to 0.1

A complete re-write of the module. When adding the new modal window I realized the underlying code
was doing things backwards. For 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:

  • changes handle programmatically; for example, a motion event now changes the element in the DOM rather
    than re-drawing the whole card
  • thumbnails come directly from Arlo
  • the library will update in real time and won't load unless necessary, generally nicer operation
  • you can specify different grid size for the library
  • beginning and end functions for the library
  • autoplay
  • internally most things have changed, hopefully for the best

Planned changes include:

  • better exception handling
  • highlighting of object causing recording to happen
  • allow modal to be optional on mobile devices
  • save videos

version 0.2-alpha.0

01 Feb 05:32
Compare
Choose a tag to compare
version 0.2-alpha.0 Pre-release
Pre-release

** EXPERIMENTAL**

If everything stop working please drop back to 0.1

A complete re-write of the module. When adding the new modal window I realized the underlying code
was doing things backwards. For 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:

  • changes handle programmatically; for example, a motion event now changes the element in the DOM rather
    than re-drawing the whole card
  • thumbnails come directly from Arlo.
  • the library will update in real time and won't load unless necessary, generally nicer operation
  • internally most things have changed, hopefully for the best

Planned changes include:

  • better exception handling
  • highlighting of object causing recording to happen
  • be able to view different snapshots from the main screen - think grid/single image library mode
  • auto start
  • allow modal to be optional on mobile devices
  • save videos