Allowlist_external_dirs Integration not found Error

I try to save video from my BLINK camera to hass.
My configuration:
____________________________-

# Loads default set of integrations. Do not remove.
default_config: 
# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

allowlist_external_dirs:
  - '/homeassistant/videos/'
  
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

________________________________-

when I start hass I get following error:

Logger: homeassistant.setup
Source: setup.py:221
First occurred: 16:13:40 (1 occurrences)
Last logged: 16:13:40

Setup failed for 'allowlist_external_dirs': Integration not found.

System is Rasperry Pi HAOS:

I am stuck, please help!

changed configuration.yaml as follows:

default_config:
..
..
homeassistant:
  allowlist_external_dirs:
    - '/config/videos'
    - '/config/snapshots'
...

then restarted HA in safe mode and the again normal mode

Now it is working OK.

For me safe mode and back to normal dis not help.