lukevink / hass-config-lajv

Home Assistant Configuration
1.19k stars 199 forks source link

error load first pafe first time #5

Closed brux88 closed 3 years ago

brux88 commented 4 years ago

hello, congratulations for the wonderful project, I'm trying to implement it, almost everything works for me, the only thing I don't understand is the first time when I load the page on the hassio browser, it gives me this error: error_3

then if I go to the second page and return to the first everything works

brux88 commented 4 years ago

i resolve with type: picture-elements

reins5 commented 4 years ago

can you tell me where you made the change? which staff. thanks

reins5 commented 4 years ago

brux88 Puoi condividere il tuo progetto?

brux88 commented 4 years ago

you change ################### Picture Elements Card ##################### type: 'custom:hui-picture-elements-card'

to

################### Picture Elements Card ##################### type: 'picture-element'

and work

Quentintin commented 4 years ago

Thks brux88. You forgot s inside picture-elements

To fix this issue, replace :

################### Picture Elements Card #####################
type: 'custom:hui-picture-elements-card'

by

################### Picture Elements Card #####################
type: 'picture-elements'