Automations does not show in the frontend (UI)

Hi.

Environment

  • Home Assistant OS 5.13 on raspberrypi3-64
  • Frontend version: 20210407.3 - latest
  • Supervisor 2021.04.0

Problem
I use the standard configuration to import the configuration files for automation, scenes and scripts:

config $ cat configuration.yaml

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
  group: !include groups.yaml
  automation: !include automations.yaml
  script: !include scripts.yaml
  scene: !include scenes.yaml

New configurations automations there added from the UI are saved correctly in the automations.yaml. But the UI doesn’t shows the added configuration.

Restarting the core (ha core restart) doesn’t fix the problem. The logfile doesn’t show any erros messages.

I have exact the same error with scripts and scenes.

Anyone have a tip for me?

Thanks.

Benx

Hi,

sure that the indentation is correct? Here‘s my config:


automation: !include automations.yaml
scene: !include scenes.yaml
script: !include scripts.yaml

default_config:
discovery:

Okay, that’s was simple! :slight_smile:

Thank you!!!