Sonnstein
(Albert Sommer)
1
After upgrading to 0.107.* the custom lovelace card “secondaryinfo-entity-row” does not work anymore. It shows following message:
Custom element doesn't exist: secondaryinfo-entity-row.
entity: binary_sensor.philips_hue_bridge
secondary_info: '[[ device_tracker.philips_hue.attributes.ip ]]'
type: 'custom:secondaryinfo-entity-row'
Has anybody a similar issues? Any hints?
Thanks!
micque
(micque)
2
Probably a preload issue. Search for it, hot topic now with 0.107.
lolouk44
(lolouk44)
3
Try this:
- move your resources from
ui-lovelace.yaml
to configuration.yaml
(if you use yaml)
- install lovelace-card-preloader (ideally from HACS)
- Add the correct resource to configuration.yaml
- add the following to your ui-lovelave.yaml below
title
preload:
- [name of the card showing in red]
if you’re using dashboards, make sure you add this to each dashboard file
Check this post for more info:
micque
(micque)
5
You could try using template-entity-row. Provides same secondary customization plus more.