I have restarted HA and also ran the python_script.reload.
%appdata%.homeassistant is the same place as the configuration.yaml file.
The directory is named ‘python_scripts’ - with an “s”. The configuration entry is ‘python_script:’. - I am quite sure that is correct because I get an error in the logs saying that it can not find ‘python_scirpts:’ when I have tried that.
Hmm, yes, it does sound like you’ve done everything correctly. Could you post the code inside hello_world.py? Also, do you see any error messages inside home-assistant.log that might be related? E.g., I have a script named update_cameras_view.py, and if I search the log for it I see:
Updated to version 0.85.1. Still the same problem.
I do not see anything in the logs related to hello_world.py, just that the module was loaded.
2019-01-16 12:04:24 INFO (MainThread) [homeassistant.loader] Loaded python_script from homeassistant.components.python_script
2019-01-16 12:04:24 INFO (MainThread) [homeassistant.setup] Setting up python_script
2019-01-16 12:04:24 INFO (MainThread) [homeassistant.setup] Setup of domain python_script took 0.5 seconds.
I have debug messages enabled but there is nothing about the script.
It seems to be looking in the a different path but I am not sure how that is possible.
I believe @eds2020 is running on Windows, so I don’t know if that applies. FWIW, I’m running HA on Linux on a pi, I have two python_scripts, and neither have execute permission, just read.
@eds2020, who owns the files, and what account is HA running under? I know you said you gave everyone read permission, but have you verified that whatever account that is running HA can actually read the files?