AlexxIT / SSHCommand

Run any SSH command on remote server from Home Assistant service call
https://github.com/AlexxIT/Blog
MIT License
89 stars 7 forks source link

Uknown error on call service #8

Closed sunhort closed 3 years ago

sunhort commented 3 years ago

Не удалось вызвать службу ssh_command.exec_command. Unknown error Strange because I did run docker exec -it homeassistant bash and added ssh keys to docker hass image by typing "yes" on first connect, and ssh works fine from inside the docker hass. For some reason plugin gives an error.

AlexxIT commented 3 years ago

Have you setup the integration?

sunhort commented 3 years ago

Yes, it's added to integrations and scripts are set with GUI, my bad was missing string "service: ssh_command.exec_command" reason it would not appear while switching to yaml mode, but I could see it from the example. Thanks again for this great addon!