Configuration of recorder, includes not working anymore

Hi all,
I don’t get my previously working configuration of recorder runnig anymore. I wanted to add some single entities, maybe there was something wrong. I tried to go back to the last working configuration, but recorder doesn’t start with this config:

recorder:
  db_url: !secret mariadb
  purge_keep_days: 800
  include:
    entity_globs:
    - sensor.blnet*
    - switch.blnet*
    - sensor.sungrow*
    - device_tracker.*

It starts when I comment the include-part. What might be my problem?

Logs:

Logger: homeassistant.setup
Source: setup.py:290
First occurred: 10:06:19 (1 occurrences)
Last logged: 10:06:19

Setup of recorder is taking longer than 300 seconds. Startup will proceed without waiting any longer
...
Logger: homeassistant.setup
Source: setup.py:159
First occurred: 10:06:31 (5 occurrences)
Last logged: 10:06:45

* Unable to set up dependencies of filter. Setup failed for dependencies: recorder
* Unable to set up dependencies of logbook. Setup failed for dependencies: recorder
* Unable to set up dependencies of history. Setup failed for dependencies: recorder
* Unable to set up dependencies of energy. Setup failed for dependencies: history, recorder
* Unable to set up dependencies of default_config. Setup failed for dependencies: energy, history, logbook

Thanks.