Automation/configutation fail

Hello guys i’am running HA on truenas scale 24.10 beta, HA should be docker version i think. i try to create my automation scripe but the webside show nothing after i click save.
i’ve check the automation.yaml and see all my automantion;
same, i try to add my openwrt enteries and fill the correct info in confi*.yaml, but HA page still cannot add it…
btw, app on android only give me a “back buttom” on the left of the top??

more info:
i run HA with apps:apps(truenas scale app required minimun P/GUID=568)
but i found the home-asssistant.log is generated by root, and truenas tell me ha actually run by root, too
image
so i try to change the owner for HA config dir to root, but it dosent work(neither apps nor root)

I would stop using the Home Assistant “app” on TrueNas and deploy it yourself through dockage or portainer. Or use docker directly from the CLI. The maintainer of the Home Assistant “app” on TrueNAS has chosen to provide their own unofficial configuration that does not match what is provided by an official Home Assistant deployment.

Regarding the Home Assistant “app” - check your configuration file. You are likely missing the following entries, which should have been included for basic operation.

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

This is an ongoing issue with the Home Assistant “app” and has been reported many times over the last few years.

Also, the Home Assistant developers intend HA to be run by the root user