Multiple MiFlora sensors - not working

Hi all,

I had 1 plant sensor with the first part of the script. Works like a charm.
Added a second one, copy paste, changed name and MAC.

The first sensor works, the second one does not.
When I lookup the 2nd sensor, all options (light, battery, etc) are visible. It says it is “not available” in the entities page.

Does anybody have a clue what I am doing wrong?

#plant
sensor:

  • platform: miflora
    mac: “C4:7C:8D:6C:XX:XX”
    name: Name1
    force_update: false
    median: 3
    go_unavailable_timeout: 43200
    monitored_conditions:

    • moisture
    • light
    • temperature
    • conductivity
    • battery
  • platform: miflora
    mac: “C4:7C:8D:6C:XX:XX”
    name: Name2
    force_update: false
    median: 3
    go_unavailable_timeout: 43200
    monitored_conditions:

    • moisture
    • light
    • temperature
    • conductivity
    • battery