From c61ad82f734bb700ab462095bcbbbefb58329d49 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 7 Feb 2022 18:41:11 +0100 Subject: [PATCH] Fix desktop commands --- configuration/configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/configuration.yaml b/configuration/configuration.yaml index ba3c8a8..cff5c38 100644 --- a/configuration/configuration.yaml +++ b/configuration/configuration.yaml @@ -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: