Open garyo opened 2 years ago
You have to use the custom card set up. Try that and paste in an example configuration, as soon as you change the camera id an image should appear on the card.
I have the same problem but the custom card still produces the error:
Anyone else have this problem that has found a solution? The resource URL looks correct to me (/hacsfiles/lovelace-hass-aarlo/hass-aarlo.js?hacstag=1972451790205) and I have tried several others to try to get it to work. The actual path doesn't help nor does any that I have found thus far in other threads. I've tried re-installing with no success.
I can get some results using the picture-glance card I am curious as to why I can't get this card to show up as a custom card.
I have been getting this for ages but I tried everything again today and I now have it working. I'm not really sure what I did differently so I can't really give you any clues other than to try again because it CAN work!
I'm having exactly the same issue
Since this is still open and I had the exact problem today, the solution for me was the resource url having extra characters after installing via hacs hacs install added (as you can see in previous images a lot of characters after the url, thats what wouldn't allow me to create a custom card giving an error (unfortunately I didn't copy the error). /hacsfiles/lovelace-hass-aarlo/hass-aarlo.js is what should be in resources but instead it had /hacsfiles/lovelace-hass-aarlo/hass-aarlo.js?hacstag=..... bla bla bla Deleted everything after js and I could create a custom card with the code provided in the readme
type: custom:aarlo-glance
entity: camera.aarlo_[insert camera name here]
name: null
show:
- motion
- sound
- snapshot
- battery_level
- signal_strength
- captured_today
- image_date
top_title: false
top_status: false
top_date: false
image_click: play
I installed using HACS
and checked that the resource is set up:
but I can't find the card type aarlo-glance or anything like it when I edit any dashboard. I've restarted a couple of times. Anything else I need to do?