I am trying to write this data to a csv from an automation but I can't figure out how to access the file properly, anything I try seems to result in an error related to the file access. I'm quite sure its something relatively minor im missing, but any path I tried to do doesn't seem to work.
#How to set up File integration? (Access to path not allowed)
1 messages · Page 1 of 1 (latest)
You're missing the leading /
seems to be the same result with this
Did you restart HA after modifying configuration.yaml?
I have not set much up in terms of permissions, just created the folder in the config folder in VSCode on the rpi and created the csv. then put the custom_data folder path into the configuration.yaml
@maiden heart after a restart, I checked in the terminal and the folder is there but the integration wizard keeps saying its not allowed to access it
I'm running HA in a container, but that shouldn't matter
oh, allowlist_external_dirs: xxx should be under homeassistant:
both lines need to be indented by two spaces
I imagine that was evident from the logs
it's being interepreted as an integration, which doesn't exist