How do I remove the "Entitiy not found"?

Left, middle, right click does nothing

code says

type: grid
square: false
columns: 1
cards:
  - type: entities
    entities:
      - sensor.living_noise
  - type: media-control
    entity: media_player.audio_np_hifiberry
  - type: media-control
    entity: media_player.audio_np_living
  - type: media-control
    entity: media_player.lg_webos_tv_oled55c8pla
  - type: media-control
    entity: media_player.media_avr
  - type: media-control
    entity: media_player.media_avr_2

Delete this:

Or replace it with an entity that does exist.

1 Like

Thanks yeah that helped. but why are there all of a sudden a audio_np_hifiberry and a audio_np_hifiberry_2? I only have one! Where are these extranous names generated?

Ok. Settings on HA are all over the place so a quick guide to update this (for my sanity):

  1. On the HA desktop click settings (near the bottom left)
  2. Select Devices & Services and click on Entities
  3. Click the entity to relabel and select the gear icon on the top right
  4. Change the Entity ID, in my case I had to remove the _2 which was added from some weird reason :person_shrugging:
  5. Confirm by clicking Update.

Now you will have to change this where (card, desktop, the ID was used.

The main cause of the _2 thing is changing the unique_id. Which integration is supplying the media player?