Custom element doesn't exist: secondaryinfo-entity-row

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!

Probably a preload issue. Search for it, hot topic now with 0.107.

Try this:

  1. move your resources from ui-lovelace.yaml to configuration.yaml (if you use yaml)
  2. install lovelace-card-preloader (ideally from HACS)
  3. Add the correct resource to configuration.yaml
  4. 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:

You could try using template-entity-row. Provides same secondary customization plus more.