From 730e1a044c885a762079867dc01547005bc5aaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20Christina=20Na=C3=9F?= Date: Mon, 7 Jul 2025 16:27:19 +0200 Subject: [PATCH] HA-Webhook Beispiel korrigiert --- README.md | 2 +- config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2f3251..c474be4 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Das Paßwort ist hier nur *plweb* - es sollte besser ein anderes benutzt werden. In der Datei `config.php` können folgende Parameter eingestellt werden: ```php -$hawebhook = "http://homeassistant:8123/webhook/plweb"; +$hawebhook = "http://homeassistant:8123/api/webhook/plweb"; $dbconnstring = "host=localhost dbname=plweb user=plweb password=plweb"; $test_url = "https://example.com/plweb/test.php?"; ``` diff --git a/config.php b/config.php index d9232fc..050bc0e 100644 --- a/config.php +++ b/config.php @@ -1,6 +1,6 @@