Hi everyone.
I am running on Home assistant version 0.56.2.
I wanted to execute some python scripts when I click on a script.
I have added my python script folder to the configuration.yanl file.
This is fine. but when I start home assistant, everything start except the python component.
I have check in the installation folder of hass, the python_script is present. It is doing the same with shell_command.
configuration.yaml
python_script: !include_dir_list includes/python
shell_command: !include_dir_list includes/shell
componants
pi@raspberrypi:/usr/local/lib/python3.4/dist-packages/homeassistant/components $ ls -l | grep python
-rw-r–r-- 1 root staff 6633 Oct 30 10:19 python_script.py
pi@raspberrypi:/usr/local/lib/python3.4/dist-packages/homeassistant/components $ ls -l | grep shell
-rw-r–r-- 1 root staff 2182 Oct 30 10:19 shell_command.py
pi@raspberrypi:/usr/local/lib/python3.4/dist-packages/homeassistant/components $
log file:
component python_script not found
component shell_script not found
does someone already got that error ?
Thank you