Fix desktop commands
This commit is contained in:
parent
a316a022dc
commit
c61ad82f73
@ -176,8 +176,8 @@ spotify:
|
||||
client_secret: !secret spotify_client_secret
|
||||
|
||||
shell_command:
|
||||
pc_poweroff: 'ssh -i /config/.ssh/id_rsa -o UserKnownHostsFile=/config/.ssh/known_hosts home-assistant@hulk.lan sudo /sbin/poweroff'
|
||||
pc_suspend: 'ssh -i /config/.ssh/id_rsa -o UserKnownHostsFile=/config/.ssh/known_hosts home-assistant@hulk.lan sudo /usr/sbin/pm-suspend'
|
||||
pc_poweroff: 'ssh -i /config/.ssh/id_rsa -o UserKnownHostsFile=/config/.ssh/known_hosts home-assistant@192.168.50.21 sudo /sbin/poweroff'
|
||||
pc_suspend: 'ssh -i /config/.ssh/id_rsa -o UserKnownHostsFile=/config/.ssh/known_hosts home-assistant@192.168.50.21 sudo /usr/sbin/pm-suspend'
|
||||
|
||||
rest_command:
|
||||
octoprint_connect:
|
||||
|
Loading…
Reference in New Issue
Block a user