Hi
Tried to install Schedy, and to do that I had to install and update appdaemon.
After a bit of research I installed using these commands on the hassio command line:
but when I rebooted I found something interesting:
1st the app daemon still showed the old version:
and when I went to the command line I got these results:
What is going on?
How do I install anything that is not on the add-on store?
How do I get a script to run at startup?
How do I get commands run at the start of any session?
like:
alias ll=‘ls -lah --color=auto’
alias dir=‘ls -lash --color=auto’
so I had to install a latter version. although in the app daemon page says 3.0.1 in the startup logs says 3.0.4
and what about pip3 and python3 and the startup, or any other installation, gets deleted at reboot?
how to work around it?
where can I put startup and session parameters?