You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The folder_watcher integration currently does not work if a user's configuration is split among multiple files. The check will only be initiated if configuration.yaml is modified. In addition, a check will not be initiated if only secrets.yaml is changed.
The text was updated successfully, but these errors were encountered:
I'm planning on having initial support for split configs with folder_watcher in 0.4.0, which I'm hoping I can get released in the next week or so. In the meantime, a config check using the Lovelace script setup will still work.
For now, I don't have any plans to move this off of AppDaemon but I may explore the feasibility of putting these features into a custom component down the road.
The
folder_watcher
integration currently does not work if a user's configuration is split among multiple files. The check will only be initiated ifconfiguration.yaml
is modified. In addition, a check will not be initiated if onlysecrets.yaml
is changed.The text was updated successfully, but these errors were encountered: