Dovado integration problems

Hello,

Trying to implement the Dovado integration to interact with my router but it fails
I get the following error Invalid config for [dovado]: [lovelace] is an invalid option for [dovado]. Check: dovado->lovelace. (See /config/configuration.yaml, line 330). Please check the docs at https://home-assistant.io/integrations/dovado/

This is my config in configuration.yaml:

dovado:
  host: !secret dovado_ip
  port: !secret dovado_port
  username: !secret dovado_user
  password: !secret dovado_password

And my sensor in sensor.yaml:

- platform: dovado
  sensors:
    - network
    - signal
    - download
    - upload

Anyone with the same problem?

What is on line 330 in your configuration.yaml?

dovado:

is line 330

What comes below the dovado: stuff? Is there “lovelace” somewhere?

No, it’s written exactly as in my first post

Can you please post everything in your configuration.yaml starting from dovado:?

Here is everything from dovado: until end of file

dovado:
  host: !secret dovado_ip
  port: !secret dovado_port
  username: !secret dovado_user
  password: !secret dovado_password

# Camera
ffmpeg:

stream:

python_script:

recorder:
  db_url: !secret db_url
  exclude:
    event_types:
      - service_removed
      - service_executed
      - platform_discovered
      - homeassistant_start
      - homeassistant_stop      
      - feedreader
      - service_registered
      - call_service
      - component_loaded
      - logbook_entry
      - system_log_event
      - automation_triggered
      - script_started
      - timer_out_of_sync

history:
  exclude:
    domains:
      - weblink
      - automation
      - updater
    entities:
      - sensor.last_boot
      - sensor.date
      
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

# volvooncall:
#   username: !secret voc_mail
#   password: !secret voc_password

Seems very strange to me because the logs are talking about lovelace but I don’t see lovelace anywhere in your configuration.yaml. Did you already restart and see if the same error appears?

I agree, very strange but I have restarted several times with the same result and the config is copy/pasted from the integration docs. If I comment out these few lines everything works like a charm

Hi,
Did you ever get this to work?

No, not yet

The first issue was a bug that was corrected in Home Assistant 0.103.0

But then the sensor config fails so it seems there are more bugs in the plugin

Than you for the quick update. Looking forward to having this working again.