Hi, this service is no more : hassio.addon_stdin
How can i do it as an easy workaround? i cant do it from a shellcommand, since the tool “docker” is not present in the HA container, it only works in the SSH container
I need the command below:
docker exec -it addon_some_addon bash -c 'python3 mycommand.py
It fires a script present in another add-on
service: hassio.addon_stdin
data:
addon: a0d7b954_ssh
input: "docker exec -it addon_some_addon bash -c 'python3 mycommand.py'"
1 post - 1 participant