hello,
i'm having a problem with HA.
i tried to create some automation on trigger with NFC tags.
when i create automations (in automations menu or in tags "then do"), even if i save the automation... after i exit settings and re-enter...all automations are dissapear.
i'm using HA - docker version, over Truenas application catalog (V: 1.2.25)
can anybody help?
#automations are wiped after exit settings and re-enter automation [docker version]
1 messages · Page 1 of 1 (latest)
Please share configuration.yaml
Do you have a separate automations import in your configuration file?
I'm expecting a missing import of automations.yaml
Fair, I had similar when I moved to split config and forgot to label them
the configuration.yaml is this
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
recorder:
purge_keep_days: 30
commit_interval: 3
db_url: postgresql://home-assistant:unSd9MTiuzC9fTKl8lZfy9zMLitKkOYN@postgres:5432/home-assistant?sslmode=disable
i found this inside my container via cli
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
That looks like somebody (you) deleted most of the file 😉
i just pulled this from my TrueNas application center....
this is the first time i open this file
Honestly, the default file has a lot more
in the docker version?
you are my hero!
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
That's the default that you started with
i'm working on in
it worked!!!