Home Assistant would not read Automations

I have Home Assistant installed on TrueNas Scale. The configuration is saved in the Custom Host Path.
When I create Automations under Settings/Automations & scenes the system does not show it in the list. I can see it in automations.yaml file:

  • id: ‘1703617543638’
    alias: Test1
    description: test
    trigger:
    • platform: time
      at: ‘15:00:00’
      condition:
      action:
    • type: turn_on
      device_id: 5df41c3229470bf2377ebaa6fb572fa7
      entity_id: c05e1c5fd3ee591d584963e71f498e0b
      domain: switch
      mode: single

Any suggestions?

Solved:
My configuration.yaml did not have a reference to automations.yaml file. Addin the reference to it like this:

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:
automation: !include automations.yaml
group: !include groups.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

Text to speech

tts:

  • platform: google_translate

and restarting the HA under Development tools/check configuration/restart solved the issue.
Make sure you have at least an empty automations.yaml, group.yaml, scripts.yaml, scenes.yaml files

Please consider filing a bug report with IX systems.

The developers of TrueNAS do not understand the requirements of Home Assistant.