Lovelace-generated dashboard do not update automatically (for sensors, binary sensors)

Hello,

I have 117 version of HA on Hassio in Docker.
I get no updates of new entities (not all) on lovelace-generated dashboard.
My config.

lovelace:
  mode: yaml 
  
  dashboards:
    lovelace-generated: # Needs to contain a hyphen (-)
      mode: yaml
      filename: notexist.yaml
      title: Generated
      icon: mdi:tools
      show_in_sidebar: true
      require_admin: true

For example all the new entities of smartphone sensorts from Homeassistant app are not shown, but if i create input boolean, light or switch - it shows.

What could it be?

Ps
More to say. If i delete this config and let my default dashboard alone, it will also not update with this new entities.