I made a command_line template to read, using ssh, the cpu temperature of mine asus RT-AX88U
It worked fine for some days, either from the terminal than from the configuration.yaml
After the core update from 2021.6.2 to 2021.6.3, but I don’t think this is the main issue, it works only from the terminal and I get the error when called from the configuration.yaml file
Restored the core 2021.6.2, nothing change and issue still…What I made wrong?
You said it’s working in the terminal - is that in your HA terminal, or are you running it locally?
If the latter, try running the command via the HA terminal with minimal arguments (so just the ssh -i /config/.ssh/ssh_openSSH [email protected] part). I often get more informative error messages that way.