New update / New problems

Hi guys!

I am using a switch command to turn on a special power plug, and this is the command which I used till today ssh -i /config/id_rsa -c aes128-cbc -o KexAlgorithms=+diffie-hellman-group1-sha1 [email protected] ‘echo 1 > /proc/power/relay2’

Today, I saw a new update for os and core, I update them both, but then I only had problems… First, some notifications where messed up with an error, which I solved by using some old files, but now, I want to use that SSH command, and it is not working… If I add this to the terminal, it is working, if I try with the swtich, it is not working… Command failed with the error:

Logger: homeassistant.components.command_line.switch
Source: components/command_line/switch.py:109
Integration: command_line (documentation, issues)

Any idea in solving this problem? Thanks in advance

Ive been having the same issue.

has there been any new news on this?

I manage to solve both the issues… SSH solved by running a line into terminal, and notification by using an older verion of REST… but still, I hope they will solve the notification thing at the next update, or if they added something else new, at least to know how to use it…