These notes are provided to help with a HACS install if you use the GUI rather than edit yaml.
- Install "HACS" as per their documentation
- Let the HACS addon download its data - this takes at least an hour to fetch data initial due to rate limiting - see HACS documentation
- Choose HACS from the Sidebar
- For installation of this card select the HACS
Frontendoption - Click + and search for "Lovelace Hass Arlo"
- Choose
Install this repository in HACS - Choose
Install. This completes the installation of the repository. - Now enable/install the module in Home Assistant by choosing the Configuration panel
- Choose
Lovelace Dashboardsfrom the configuration panel - Click into the
Resourcetab - Click
+button to add a new resource and enter:
Url
/hacsfiles/lovelace-hass-aarlo/hass-aarlo.js
Resource Type:
JavaScript Module
- Now you should edit your dashboard as usual to add the new card. One for each camea. When adding the aarlo-glance card you will need to choose the
Manualoption (bottom of the GUI list of available cards). Editing manually to insert some configuration code to match your camera.
Here is a working config for a camera known to Arlo as kitchen and to Home Assistant as camera.aarlo_kitchen
type: 'custom:aarlo-glance'
entity: camera.aarlo_kitchen
name: A camera in my Kitchen
show:
- motion
- sound
- snapshot
- battery_level
- signal_strength
- captured_today
- image_date
top_title: false
top_status: false
top_date: false
image_click: play
The options of top_title, top_status and top_date can be set to true if you prefer the indicated information at the top of the card.