Sensors conflicting

I have two sensors that seems to conflict:

The sensors:
Rejseplanen - https://www.home-assistant.io/integrations/rejseplanen/
Plex_recently_added - https://github.com/custom-components/sensor.plex_recently_added

Whenever I add Rejseplanen, I loose the entity on Plex_recently_added.
Removing Rejseplanen gives my the entire on Plex_recently_added back

Anyone else had a problem like that?

Show us the config of your sensors.
I assume you configured them

sensor:
  - platform: rejseplanen
    ...

sensor:
  - platform: plex_recently_added
    ...

?

Here are my configs:

sensor:

  • platform: plex_recently_added
    name: Film
    token: My Plex token
    host: 192.168.86.50
    port: 32400

sensor:

  • platform: rejseplanen
    name: Skaevinge
    stop_id: ‘008601733’

That is not valid.

Remove the second “sensor” line

It’s a list of sensors under a single sensor heading.

That makes so much sense - wow fundamentals I hadn’t got right, so logical. Now it works.

Thank you so much