Closed DadzBoyz closed 4 years ago
aarlo_glance.js
was the pre-HACS name. The manual install mechanism will create local/aarlo_glance.js
for you but you don't need to do this. Also, the card is aarlo-glance
not aarlo_glance
. All this awkwardness is because this was originally part of hass-arlo
source tree and I broke it out when I moved everything to HACS and I wanted to maintain some backwards compatibility.
So, to clarify, install the card through HACS and use this header:
resources:
- type: module
url: /community_plugin/lovelace-hass-aarlo/hass-aarlo.js
And use custom:aarlo-glance
for the card type.
You might need to hit CTRL+R a few times to fully reload.
@DadzBoyz Because i was a idiot, is your "entity": "camera.aarlo_front_door_camera", actually correct? Mine is named entity: camera.aarlo_front_yard so double check this line and should fix it up.
@twrecked maybe add this line to the docs with a asterisk for the idiots like me to ensure we don't just copy the "working" sample haha.
Glad it's all working.
Document updated!
Thank You.
Dan Belcher (813)966-9100 Dan@BelcherPros.com [/var/folders/46/pzfsf7kd4kx7xh1pn_nd5skc0000gn/T/com.microsoft.Outlook/Content.MSO/AB327A36.tmp]https://www.linkedin.com/in/danielbelcher/
From: Steve Herrell notifications@github.com Reply-To: twrecked/lovelace-hass-aarlo reply@reply.github.com Date: Friday, January 10, 2020 at 9:50 AM To: twrecked/lovelace-hass-aarlo lovelace-hass-aarlo@noreply.github.com Cc: Daniel Belcher Dan@BelcherPros.com, Mention mention@noreply.github.com Subject: Re: [twrecked/lovelace-hass-aarlo] Custom element doesn't exist: aarlo_glance. (#16)
Glad it's all working.
Document updated!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ftwrecked%2Flovelace-hass-aarlo%2Fissues%2F16%3Femail_source%3Dnotifications%26email_token%3DAMRFTCY3PTRFSAPJZQA4QOTQ5CDJ5A5CNFSM4I3P4BDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIUEOAA%23issuecomment-573064960&data=02%7C01%7C%7C22cdc2def59944dd3d6e08d795dc6218%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637142646076235229&sdata=j9qZrK7V2tNzuuSRAl7PwRqVdP6gJKCW8Di%2FxuFufCg%3D&reserved=0, or unsubscribehttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMRFTC6ENSBS3WNDRW4BVQTQ5CDJ5ANCNFSM4I3P4BDA&data=02%7C01%7C%7C22cdc2def59944dd3d6e08d795dc6218%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637142646076245240&sdata=l8L%2F1mfzSV7B6mMKJPx9tw53KE5B6xFdO%2Fe9K%2BtOKro%3D&reserved=0.
Good Evening. I installed HACS without problem. I seem to have installed aarlo through HACS without issue. I followed instructions and installed Lovelace Hass Aarlo.
I've placed this at the top of my UI Config Editor:
resources:
This starts at line 1, before the entries for any Lovelace tabs/screens.
When setting up the card, this is what is displayed in the card:
Custom element doesn't exist: aarlo_glance. { "type": "custom:aarlo_glance", "entity": "camera.aarlo_front_door_camera", "name": "Front Door", "show": [ "motion", "sound", "snapshot", "battery_level", "signal_strength", "captured_today", "image_date" ], "top_title": false, "top_status": false, "top_date": false, "image_click": "play" }
Looking through my Hass install, there is no aarlo_glance.js anywhere.
Thanks for any help.