Netatmo Weather Station unavailable

After two months away, I have updated to version 0.106.5 and the readings of my Netatmo weather station are not displayed.
Now, it seems that this integration, needs Home Assistant Cloud.
The status of my Netatmo sensors appears “unavailable”.
My configuration is:

################### NETATMO devices ########################
# Valid for all Netatmo devices
netatmo:
  api_key: 5cf...?????????...315
  secret_key: HeH...?????????...116
  username: f????@??????.net
  password: ??????
  discovery: true
# The configuration of the Weather Station
# is in the SENSORS section  
#######################################################

  - platform: netatmo
    station: Meteo Mungialde
    modules:
      - Balcony
      - Bedroom
      - Room

What am I doing wrong? Thank you

Fixed.
Change

api-key by client_id
secret_key by client_secret

and disable all other parameters, including sensors.

I hadn’t read the new documentation carefully.
My apologies and congratulations to the development team.

1 Like