From 23c62803aa7ce066723ab23506f556e6e4d790e5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Sat, 8 Jul 2023 11:14:38 +0200 Subject: [PATCH] . --- .docker/dockerterminal.bat | 2 +- .idea/workspace.xml | 8 ++++---- scripts/lib/homeassistant.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.docker/dockerterminal.bat b/.docker/dockerterminal.bat index 420ea09..b7a7a21 100644 --- a/.docker/dockerterminal.bat +++ b/.docker/dockerterminal.bat @@ -1,3 +1,3 @@ @echo off cls -C:\tools\cygwin\bin\ssh.exe -tt root@192.168.13.7 'docker exec -it -u root tortugahome /bin/bash' +C:\tools\cygwin\bin\ssh.exe -tt root@192.168.13.6 'docker exec -it -u root tortugahome /bin/bash' diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d35560d..dcd9cc6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,8 @@ - - + diff --git a/scripts/lib/homeassistant.php b/scripts/lib/homeassistant.php index f0e2bfd..566d561 100644 --- a/scripts/lib/homeassistant.php +++ b/scripts/lib/homeassistant.php @@ -6,7 +6,7 @@ const HA_WC_VMC = 'switch.0x847127fffe280f20'; const HA_SDB_AMPLI = 'switch.0xa4c138168147c1b6'; const HA_ECO_BASIC = 'switch.ecomode_basic'; const HA_ECO_SUPER = 'switch.ecomode_super'; -const HA_HOTTE = 'switch.0xa4c138a2685057c8'; +const HA_HOTTE = 'switch.hotte'; const HA_BAR = 'switch.bar'; function haGetState($id, $attribute = null) { //ID to read - for example sensor.foo -- 2.39.5