IPMA weather platform not working in Lovelace

Hi all,

I’m migrating my UI to Lovelace and my current weather platform is reporting an error in Lovelace although it is a weather class.

HA version: 0.83.2
Platform: Linux + Docker

Error:
No state available for weather.ipma
{
“type”: “weather-forecast”
“entity”: “weather.ipma”
}

config.yaml
weather:

  • platform: ipma
    name: XXXX
    latitude: XX.XX
    longitude: XX.XX

Any ideas?

Thanks in advance

Got it. On the lovelace config the setting should be:
- type: weather-forecast
entity: weather.[name value in the config.yaml]