Modbus Configuration Invalid after update to Core 2024.4.1

I don’t know why below yaml code doesn’t work on core 2024.4.1 but works perfeclty fine on Core 2023.11.0

########################Fronius Modbus Interface#########
modbus:

  • name: modbus_fronius
    type: tcp
    host: 192.168.0.123
    port: 502
    delay: 0
    message_wait_milliseconds: 30
    timeout: 5

I got this error message and as a result all my modbus write configurations doesn’t work:
image

Rolled back to 2023.11.0 and all my modbus interfaces came back to life!

Anyone experienced the same issue with modbus integrations after 2024.4.1 core update?